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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趙?彬 | 1110011011100010001111111001010101101010 | e6e23f956a |
EUC-JP | 趙?彬 | 1110110011100100001111111100100111001011 | ece43fc9cb |
UTF-8 | 趙흗彬 | 111010001011011010011001111011011001110110010111111001011011110110101100 | e8b699ed9d97e5bdac |
UHC | 趙흗彬 | 111100001110000111001000111010011101111010101111 | f0e1c8e9deaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)