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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貊斜 | 11100110101110111000111011001110 | e6bb8ece |
EUC-JP | 貊斜 | 11101100101111011011110011010000 | ecbdbcd0 |
UTF-8 | 貊斜 | 111010001011001010001010111001101001011010011100 | e8b28ae6969c |
UHC | 貊斜 | 11011000111001111101111011011000 | d8e7ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)