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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | 鉥?h鉥 | 1000111111100011111010000011111101101000100011111110001111101000 | 8fe3e83f688fe3e8 |
UTF-8 | 鉥욙h鉥 | 11101001100010011010010111101100100110101001100101101000111010011000100110100101 | e989a5ec9a9968e989a5 |
UHC | 鉥욙h鉥 | 11100010111111001001111011110100011010001110001011111100 | e2fc9ef468e2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)