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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 顫趣スーW | 11101000111110101000111011101111101111011011000001010111 | e8fa8eefbdb057 |
EUC-JP | 顫趣スーW | 111100001111110010111100111100011000111010111101100011101011000001010111 | f0fcbcf18ebd8eb057 |
UTF-8 | 顫趣スーW | 11101001101000011010101111101000101101101010001111101111101111011011110111101111101111011011000001010111 | e9a1abe8b6a3efbdbdefbdb057 |
UHC | 顫趣??W | 11101111101101011111011010101100001111110011111101010111 | efb5f6ac3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)