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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 往呪? | 1000100110011101100011101111010000111111 | 899d8ef43f |
EUC-JP | 往呪? | 1011000111111101101111001111011000111111 | b1fdbcf63f |
UTF-8 | 往呪괴 | 111001011011111010000000111001011001000110101010111010101011010010110100 | e5be80e591aaeab4b4 |
UHC | 往呪괴 | 111010001101100111110001101100011011000110101011 | e8d9f1b1b1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)