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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴉??唯?? | 1110100111101011001111110011111110010111010000100011111100111111 | e9eb3f3f97423f3f |
EUC-JP | 鴉??唯?? | 1111001011101101001111110011111111001101101000110011111100111111 | f2ed3f3fcda33f3f |
UTF-8 | 鴉띾쉘唯뉑츆 | 111010011011010010001001111010111001110110111110111011001000100110011000111001011001010010101111111010111000100110010001111011001011100010000110 | e9b489eb9dbeec8998e594afeb8991ecb886 |
UHC | 鴉띾쉘唯뉑츆 | 111001001011110010001101111010111011110110101001111010101110011010000111111001101010111010000011 | e4bc8debbda9eae687e6ae83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)