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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 息臓即贈B | 100100011010011110010001100111111001000110100110100100011010000101000010 | 91a7919f91a691a142 |
EUC-JP | 息臓即贈B | 110000101010100111000010101000011100001010101000110000101010001101000010 | c2a9c2a1c2a8c2a342 |
UTF-8 | 息臓即贈B | 11100110100000011010111111101000100001111001001111100101100011011011001111101000101101001000100001000010 | e681afe88793e58db3e8b48842 |
UHC | 息??贈B | 11100011110100110011111100111111111100011111110001000010 | e3d33f3ff1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)