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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 題磬?淫 | 10010001111010001110000111111100001111111000100011111010 | 91e8e1fc3f88fa |
EUC-JP | 題磬?淫 | 11000010111010101110001011111110001111111011000011111100 | c2eae2fe3fb0fc |
UTF-8 | 題磬강淫 | 111010011010000110001100111001111010001110101100111010101011000010010101111001101011011110101011 | e9a18ce7a3aceab095e6b7ab |
UHC | 題磬강淫 | 1111000010111001110011001110010010110000101011011110101111100010 | f0b9cce4b0adebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)