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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訒嘲訒嘴^ | 111110111010001110011010011111011111101110100011100110100111101101011110 | fba39a7dfba39a7b5e |
EUC-JP | 訒嘲訒嘴^ | 1000111111011101110010001101001111011110100011111101110111001000110100111101110001011110 | 8fddc8d3de8fddc8d3dc5e |
UTF-8 | 訒嘲訒嘴^ | 11101000101010001001001011100101100110001011001011101000101010001001001011100101100110001011010001011110 | e8a892e598b2e8a892e598b45e |
UHC | ?嘲?嘴^ | 00111111111100001011111100111111111101101010010001011110 | 3ff0bf3ff6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)