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 | 豺。蜿ゥ霎 | 1110011010110111101000011110010110001111101010011110100010111110 | e6b7a1e58fa9e8be |
EUC-JP | 豺。蜿ゥ霎 | 11101100101110011000111010100001111010011110111110001110101010011111000011000000 | ecb98ea1e9ef8ea9f0c0 |
UTF-8 | 豺。蜿ゥ霎 | 111010001011000110111010111011111011110110100001111010001001110010111111111011111011110110101001111010011001110010001110 | e8b1baefbda1e89cbfefbda9e99c8e |
UHC | 豺???? | 111000111100111100111111001111110011111100111111 | e3cf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)