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 | 韆ャ遏ゥ籬 | 1110100011100110101011001110011110011111101010011110001011011111 | e8e6ace79fa9e2df |
EUC-JP | 韆ャ遏ゥ籬 | 11110000111010001000111010101100111011101010000110001110101010011110010011100001 | f0e88eaceea18ea9e4e1 |
UTF-8 | 韆ャ遏ゥ籬 | 111010011001111110000110111011111011110110101100111010011000000110001111111011111011110110101001111001111011000110101100 | e99f86efbdace9818fefbda9e7b1ac |
UHC | 韆???籬 | 11110100110001110011111100111111001111111101011111100110 | f4c73f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)