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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韜撰スエ頷戊 | 11101000111010011001000011101111101111011011010011101000111101011001010111101000 | e8e990efbdb4e8f595e8 |
EUC-JP | 韜撰スエ頷戊 | 111100001110101111000000111100011000111010111101100011101011010011110000111101111100101011101010 | f0ebc0f18ebd8eb4f0f7caea |
UTF-8 | 韜撰スエ頷戊 | 111010011001111110011100111001101001001010110000111011111011110110111101111011111011110110110100111010011010000010110111111001101000100010001010 | e99f9ce692b0efbdbdefbdb4e9a0b7e6888a |
UHC | 韜撰???戊 | 110101001011011111110011101111000011111100111111001111111101100111100110 | d4b7f3bc3f3f3fd9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)