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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 箏?將?B | 11100010101101010011111110011011100100100011111101000010 | e2b53f9b923f42 |
EUC-JP | 箏?將?B | 11100100101101110011111111010101111100100011111101000010 | e4b73fd5f23f42 |
UTF-8 | 箏렰將렢B | 11100111101011101000111111101011101000001011000011100101101100001000011111101011101000001010001001000010 | e7ae8feba0b0e5b087eba0a242 |
UHC | 箏렰將렢B | 111011101011010010001110101111011110110111100010100011101011001101000010 | eeb48ebdede28eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)