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 | 萬? | 111001001101110100111111 | e4dd3f |
EUC-JP | 萬霚 | 1110100011011111100011111110011110100100 | e8df8fe7a4 |
UTF-8 | 萬霚 | 111010001001000010101100111010011001110010011010 | e890ace99c9a |
UHC | 萬? | 110110001011111100111111 | d8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)