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 | 荳ケ蜈カ鞜懆 | 11100100101110001011100111100101100001011011011011101000110111111001110011101000 | e4b8b9e585b6e8df9ce8 |
EUC-JP | 荳ケ蜈カ鞜懆 | 111010001011101010001110101110011110100111100101100011101011011011110000111000011101100011101010 | e8ba8eb9e9e58eb6f0e1d8ea |
UTF-8 | 荳ケ蜈カ鞜懆 | 111010001000110110110011111011111011110110111001111010001001110010001000111011111011110110110110111010011001111010011100111001101000011110000110 | e88db3efbdb9e89c88efbdb6e99e9ce68786 |
UHC | 荳?蜈??? | 1101010011100101001111111110100010100101001111110011111100111111 | d4e53fe8a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)