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 | 11100101100011011011000111100101100011011011000101101000 | e58db1e58db168 |
EUC-JP | 蜊ア蜊アh | 111010011110110110001110101100011110100111101101100011101011000101101000 | e9ed8eb1e9ed8eb168 |
UTF-8 | 蜊ア蜊アh | 11101000100111001000101011101111101111011011000111101000100111001000101011101111101111011011000101101000 | e89c8aefbdb1e89c8aefbdb168 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)