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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 猩リレ猩ロテ^ | 111000001100110111011000110110101110000011001101110110111100001101011110 | e0cdd8dae0cddbc35e |
EUC-JP | 猩リレ猩ロテ^ | 11100000110011111000111011011000100011101101101011100000110011111000111011011011100011101100001101011110 | e0cf8ed88edae0cf8edb8ec35e |
UTF-8 | 猩リレ猩ロテ^ | 11100111100011001010100111101111101111101001100011101111101111101001101011100111100011001010100111101111101111101001101111101111101111101000001101011110 | e78ca9efbe98efbe9ae78ca9efbe9befbe835e |
UHC | 猩??猩??^ | 111000001111101000111111001111111110000011111010001111110011111101011110 | e0fa3f3fe0fa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)