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 | 貂介恬 | 111001101011100010001001111011101001110010010111 | e6b889ee9c97 |
EUC-JP | 貂介恬 | 111011001011101010110010111100001101011111110111 | ecbab2f0d7f7 |
UTF-8 | 貂介恬 | 111010001011001010000010111001001011101110001011111001101000000110101100 | e8b282e4bb8be681ac |
UHC | 貂介恬 | 111101011011000011001011101111111101001010111000 | f5b0cbbfd2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)