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 | 桎??桎??^ | 100111100111111000111111001111111001111001111110001111110011111101011110 | 9e7e3f3f9e7e3f3f5e |
EUC-JP | 桎??桎??^ | 110110111101111100111111001111111101101111011111001111110011111101011110 | dbdf3f3fdbdf3f3f5e |
UTF-8 | 桎롋렏桎롋렏^ | 11100110101000011000111011101011101000011000101111101011101000001000111111100110101000011000111011101011101000011000101111101011101000001000111101011110 | e6a18eeba18beba08fe6a18eeba18beba08f5e |
UHC | 桎롋렏桎롋렏^ | 11110010111011101000111011010001100011101010010111110010111011101000111011010001100011101010010101011110 | f2ee8ed18ea5f2ee8ed18ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)