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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 訛h訛 | 1110011001100001011010001110011001100001 | e66168e661 |
EUC-JP | 訛h訛 | 1110101111000010011010001110101111000010 | ebc268ebc2 |
UTF-8 | 訛h訛 | 11101000101010001001101101101000111010001010100010011011 | e8a89b68e8a89b |
UHC | 訛h訛 | 1110100011000101011010001110100011000101 | e8c568e8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)