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 | 祉????龍 | 1000111010000011001111110011111100111111001111111001011110110100 | 8e833f3f3f3f97b4 |
EUC-JP | 祉????龍 | 1011101111100011001111110011111100111111001111111100111010110110 | bbe33f3f3f3fceb6 |
UTF-8 | 祉계렚쇨롛龍 | 111001111010010110001001111010101011001110000100111010111010000010011010111011001000011110101000111010111010000110011011111010011011111010001101 | e7a589eab384eba09aec87a8eba19be9be8d |
UHC | 祉계렚쇨롛龍 | 111100101011001110110000111010001000111010101101101111001110101010001110110111111101011110100011 | f2b3b0e88eadbcea8edfd7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)