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 | 題竟? | 1001000111101000111010001110110100111111 | 91e8e8ed3f |
EUC-JP | 題竟? | 1100001011101010111100001110111100111111 | c2eaf0ef3f |
UTF-8 | 題竟른 | 111010011010000110001100111001111010101110011111111010111010010110111000 | e9a18ce7ab9feba5b8 |
UHC | 題竟른 | 111100001011100111001100111001011011100010100101 | f0b9cce5b8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)