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 | 譟南 | 11100110100111111001001111101100 | e69f93ec |
EUC-JP | 譟南 | 11101100101000011100011011101110 | eca1c6ee |
UTF-8 | 譟南 | 111010001010110110011111111001011000110110010111 | e8ad9fe58d97 |
UHC | ?南 | 001111111101000111110101 | 3fd1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)