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 | 001111110011111101100010 | 3f3f62 |
SJIS-WIN | 箏b | 1111001011100011111000101011010101100010 | f2e3e2b562 |
EUC-JP | ?箏b | 00111111111001001011011101100010 | 3fe4b762 |
UTF-8 | 箏b | 11101110100010001001101011100111101011101000111101100010 | ee889ae7ae8f62 |
UHC | ?箏b | 00111111111011101011010001100010 | 3feeb462 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)