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蝕 | 1001000001001001011010001001000001001001 | 9049689049 |
EUC-JP | 蝕h蝕 | 1011111110101010011010001011111110101010 | bfaa68bfaa |
UTF-8 | 蝕h蝕 | 11101000100111011001010101101000111010001001110110010101 | e89d9568e89d95 |
UHC | 蝕h蝕 | 1110001111011010011010001110001111011010 | e3da68e3da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)