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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | ??ごBB | 001111110011111110000010101100100100001001000010 | 3f3f82b24242 |
EUC-JP | ??ごBB | 001111110011111110100100101101000100001001000010 | 3f3fa4b44242 |
UTF-8 | 룴햶ごBB | 1110101110100011101101001110110110010110101101101110001110000001100101000100001001000010 | eba3b4ed96b6e381944242 |
UHC | 룴햶ごBB | 1000111110101001110000011000111110101010101101000100001001000010 | 8fa9c18faab44242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)