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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟋夊試 | 111001011010011110011010111010001000111010001110 | e5a79ae88e8e |
EUC-JP | 蟋夊試 | 111010101010100111010100111010101011101111101110 | eaa9d4eabbee |
UTF-8 | 蟋夊試 | 111010001001111110001011111001011010010010001010111010001010100110100110 | e89f8be5a48ae8a9a6 |
UHC | ??試 | 00111111001111111110001111001011 | 3f3fe3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)