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 | 萼倬 | 11100100110100111001100011101001 | e4d398e9 |
EUC-JP | 萼倬 | 11101000110101011101000011101011 | e8d5d0eb |
UTF-8 | 萼倬 | 111010001001000010111100111001011000000010101100 | e890bce580ac |
UHC | ?倬 | 001111111111011011110000 | 3ff6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)