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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辟乗ュ縺撮 | 11100111100001001000111111100110100000111000010111100011100000011000111001000010 | e7848fe68385e3818e42 |
EUC-JP | 辟乗ュ縺撮 | 11101101111001001011111011101000101001011110010111100101111000011011101110100011 | ede4bee8a5e5e5e1bba3 |
UTF-8 | 辟乗ュ縺撮 | 111010001011111010011111111001001011100110010111111000111000001110100101111001111011100010111010111001101001001010101110 | e8be9fe4b997e383a5e7b8bae692ae |
UHC | ??ュ?撮 | 00111111001111111010101111100101001111111111010111001001 | 3f3fabe53ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)