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 | 瓮??亘暎 | 1110000101000100001111110011111110011000011010101001110111110011 | e1443f3f986a9df3 |
EUC-JP | 瓮??亘暎 | 1110000110100101001111110011111111001111110010111101101011110101 | e1a53f3fcfcbdaf5 |
UTF-8 | 瓮뗥뻔亘暎 | 111001111001001110101110111010111001011110100101111010111011101110010100111001001011101010011000111001101001101010001110 | e793aeeb97a5ebbb94e4ba98e69a8e |
UHC | 瓮뗥뻔亘暎 | 11101000101101111000101111100101101110111011011111010000111001101110011110110010 | e8b78be5bbb7d0e6e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)