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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 葉??h葉 | 10010111011101000011111100111111011010001001011101110100 | 97743f3f689774 |
EUC-JP | 葉??h葉 | 11001101110101010011111100111111011010001100110111010101 | cdd53f3f68cdd5 |
UTF-8 | 葉붾젘h葉 | 11101000100100011000100111101011101101101011111011101100101000001001100001101000111010001001000110001001 | e89189ebb6beeca09868e89189 |
UHC | 葉붾젘h葉 | 111001111010100010010100111010111010000010010100011010001110011110101000 | e7a894eba09468e7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)