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 | 1110000011011101111000001101010111100000110010000100001001000010 | e0dde0d5e0c84242 |
EUC-JP | 珎獨猜BB | 1110000011011111111000001101011111100000110010100100001001000010 | e0dfe0d7e0ca4242 |
UTF-8 | 珎獨猜BB | 1110011110001111100011101110011110001101101010001110011110001100100111000100001001000010 | e78f8ee78da8e78c9c4242 |
UHC | ?獨猜BB | 00111111110101001011110011100011110001000100001001000010 | 3fd4bce3c44242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)