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 | 暗王 | 10001000110000111000100110100100 | 88c389a4 |
EUC-JP | 暗王 | 10110000110001011011001010100110 | b0c5b2a6 |
UTF-8 | 暗王 | 111001101001101010010111111001111000111010001011 | e69a97e78e8b |
UHC | 暗王 | 11100100110111101110100011011101 | e4dee8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)