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 | 藉i洪H肆 | 111001010101001110000010100010011000110101011110010010001110001111100110 | e55382898d5e48e3e6 |
EUC-JP | 藉i洪H肆 | 111010011011010010100011111010011011100110111111010010001110011011101000 | e9b4a3e9b9bf48e6e8 |
UTF-8 | 藉i洪H肆 | 11101000100101111000100111101111101111011000100111100110101101001010101001001000111010001000001010000110 | e89789efbd89e6b4aa48e88286 |
UHC | 藉i洪H肆 | 111011011011111010100011111010011111101111110011010010001101111011101011 | edbea3e9fbf348deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)