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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蟒幔おB | 11100101101110111001101111101101100000101010100001000010 | e5bb9bed82a842 |
EUC-JP | 蟒幔おB | 11101010101111011101011011101111101001001010101001000010 | eabdd6efa4aa42 |
UTF-8 | 蟒幔おB | 11101000100111111001001011100101101110011001010011100011100000011000101001000010 | e89f92e5b994e3818a42 |
UHC | ??おB | 0011111100111111101010101010101001000010 | 3f3faaaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)