To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗写狄璽 | 1000111011010001100011101100101011100000101111011000111010100011 | 8ed18ecae0bd8ea3 |
EUC-JP | 紗写狄璽 | 1011110011010011101111001100110011100000101111111011110010100101 | bcd3bccce0bfbca5 |
UTF-8 | 紗写狄璽 | 111001111011010010010111111001011000011010011001111001111000101110000100111001111001001010111101 | e7b497e58699e78b84e792bd |
UHC | 紗?狄璽 | 11011110111010010011111111101110110110101101111111011110 | dee93feedadfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)