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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 蓴莪h | 1110010011110001111001001010111001101000 | e4f1e4ae68 |
EUC-JP | 蓴莪h | 1110100011110011111010001011000001101000 | e8f3e8b068 |
UTF-8 | 蓴莪h | 11101000100100111011010011101000100011101010101001101000 | e893b4e88eaa68 |
UHC | 蓴莪h | 1110001011110001111001001011010101101000 | e2f1e4b568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)