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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 裴シG | 11100101111010001011110001000111 | e5e8bc47 |
EUC-JP | 裴シG | 1110101011101010100011101011110001000111 | eaea8ebc47 |
UTF-8 | 裴シG | 11101000101000111011010011101111101111011011110001000111 | e8a3b4efbdbc47 |
UHC | 裴?G | 11011011110100000011111101000111 | dbd03f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)