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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 竟咤v | 1110100011101101100110100100001001110110 | e8ed9a4276 |
EUC-JP | 竟咤v | 1111000011101111110100111010001101110110 | f0efd3a376 |
UTF-8 | 竟咤v | 11100111101010111001111111100101100100101010010001110110 | e7ab9fe592a476 |
UHC | 竟咤v | 1100110011100101111101101110001101110110 | cce5f6e376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)