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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 鸚??Y | 1110101001011111001111110011111101011001 | ea5f3f3f59 |
EUC-JP | 鸚??Y | 1111001111000000001111110011111101011001 | f3c03f3f59 |
UTF-8 | 鸚김퍓Y | 11101001101110001001101011101010101110011000000011101101100011011001001101011001 | e9b89aeab980ed8d9359 |
UHC | 鸚김퍓Y | 11100101101001001011000111101000101110111000101001011001 | e5a4b1e8bb8a59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)