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 | 蟾撰スェ蟾仙 | 11100101101101111001000011101111101111011010101011100101101101111001000011100101 | e5b790efbdaae5b790e5 |
EUC-JP | 蟾撰スェ蟾仙 | 111010101011100111000000111100011000111010111101100011101010101011101010101110011100000011100111 | eab9c0f18ebd8eaaeab9c0e7 |
UTF-8 | 蟾撰スェ蟾仙 | 111010001001111110111110111001101001001010110000111011111011110110111101111011111011110110101010111010001001111110111110111001001011101110011001 | e89fbee692b0efbdbdefbdaae89fbee4bb99 |
UHC | 蟾撰??蟾仙 | 11100000111010101111001110111100001111110011111111100000111010101110000010111001 | e0eaf3bc3f3fe0eae0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)