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 | 11100011011101001001100001010010100110101101011101011001 | e37498529ad759 |
EUC-JP | 縟漏壅Y | 11100101110101011100111110110011110101001101100101011001 | e5d5cfb3d4d959 |
UTF-8 | 縟漏壅Y | 11100111101110001001111111100110101111001000111111100101101000111000010101011001 | e7b89fe6bc8fe5a38559 |
UHC | 縟漏壅Y | 11101001101100101101011110101001111010001011010101011001 | e9b2d7a9e8b559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)