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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 穩??詭h | 11100010011100100011111100111111111001100110101101101000 | e2723f3fe66b68 |
EUC-JP | 穩??詭h | 11100011110100110011111100111111111010111100110001101000 | e3d33f3febcc68 |
UTF-8 | 穩덀굦詭h | 11100111101010011010100111101011100011011000000011101010101101011010011011101000101010011010110101101000 | e7a9a9eb8d80eab5a6e8a9ad68 |
UHC | 穩덀굦詭h | 111010001011000110001000111000111000001010001100110011111111100001101000 | e8b188e3828ccff868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)