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 | ?王 | 001111111000100110100100 | 3f89a4 |
EUC-JP | ?王 | 001111111011001010100110 | 3fb2a6 |
UTF-8 | 롇王 | 111010111010000110000111111001111000111010001011 | eba187e78e8b |
UHC | 롇王 | 10001110110011011110100011011101 | 8ecde8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)