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? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | 裔??H耀 | 11100101111000010011111100111111010010001001011101110011 | e5e13f3f489773 |
EUC-JP | 裔??H耀 | 11101010111000110011111100111111010010001100110111010100 | eae33f3f48cdd4 |
UTF-8 | 裔쏅젡H耀 | 11101000101000111001010011101100100011111000010111101100101000001010000101001000111010001000000010000000 | e8a394ec8f85eca0a148e88080 |
UHC | 裔쏅젡H耀 | 111001111110000010011011111010111010000010011010010010001110100110100101 | e7e09beba09a48e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)