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 | 11100001010100000011111100111111111010001111011101000010 | e1503f3fe8f742 |
EUC-JP | 甕??顆B | 11100001101100010011111100111111111100001111100101000010 | e1b13f3ff0f942 |
UTF-8 | 甕덄쭣顆B | 11100111100101001001010111101011100011011000010011101100101011011010001111101001101000011000011001000010 | e79495eb8d84ecada3e9a18642 |
UHC | 甕덄쭣顆B | 111010001011100010001000111001111010011110011000110011101010100001000010 | e8b888e7a798cea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)