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 | 1110000011010011111000001100101111100000101111100100001001000010 | e0d3e0cbe0be4242 |
EUC-JP | 獗猴狎BB | 1110000011010101111000001100110111100000110000000100001001000010 | e0d5e0cde0c04242 |
UTF-8 | 獗猴狎BB | 1110011110001101100101111110011110001100101101001110011110001011100011100100001001000010 | e78d97e78cb4e78b8e4242 |
UHC | 獗?狎BB | 11001111111100010011111111100100111001000100001001000010 | cff13fe4e44242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)