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 | 言②∮言②?^ | 100011001011111010000111010000011000011110010011100011001011111010000111010000010011111101011110 | 8cbe874187938cbe87413f5e |
EUC-JP | 言??言??^ | 101110001100000000111111001111111011100011000000001111110011111101011110 | b8c03f3fb8c03f3f5e |
UTF-8 | 言②∮言②ː^ | 111010001010100010000000111000101001000110100001111000101000100010101110111010001010100010000000111000101001000110100001110010111001000001011110 | e8a880e291a1e288aee8a880e291a1cb905e |
UHC | 言②∮言②ː^ | 11100101111010111010100011101000101000101011000111100101111010111010100011101000101000101011000001011110 | e5eba8e8a2b1e5eba8e8a2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)