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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貂滔唆 | 111001101011100010011111111010111000110110110100 | e6b89feb8db4 |
EUC-JP | 貂滔唆 | 111011001011101011011110111011011011101010110110 | ecbadeedbab6 |
UTF-8 | 貂滔唆 | 111010001011001010000010111001101011101110010100111001011001010010000110 | e8b282e6bb94e59486 |
UHC | 貂滔唆 | 111101011011000011010100101001011101111011001010 | f5b0d4a5deca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)