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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?堯??B | 001111111110101010011111001111110011111101000010 | 3fea9f3f3f42 |
EUC-JP | ?堯??B | 001111111111010010100001001111110011111101000010 | 3ff4a13f3f42 |
UTF-8 | 쉃堯쉃蟬B | 11101100100010011000001111100101101000001010111111101100100010011000001111101000100111111010110001000010 | ec8983e5a0afec8983e89fac42 |
UHC | 쉃堯쉃蟬B | 100110100101100011101000111010111001101001011000111000001101000101000010 | 9a58e8eb9a58e0d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)