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 | 貂滔摺 | 111001101011100010011111111010111001000010100000 | e6b89feb90a0 |
EUC-JP | 貂滔摺 | 111011001011101011011110111011011100000010100010 | ecbadeedc0a2 |
UTF-8 | 貂滔摺 | 111010001011001010000010111001101011101110010100111001101001000110111010 | e8b282e6bb94e691ba |
UHC | 貂滔摺 | 111101011011000011010100101001011110111111001001 | f5b0d4a5efc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)