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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 題?迂?隅? | 100100011110100000111111100010010100100100111111100010111111011100111111 | 91e83f89493f8bf73f |
EUC-JP | 題?迂?隅? | 110000101110101000111111101100011010101000111111101101101111100100111111 | c2ea3fb1aa3fb6f93f |
UTF-8 | 題렍迂렩隅렦 | 111010011010000110001100111010111010000010001101111010001011111110000010111010111010000010101001111010011001101010000101111010111010000010100110 | e9a18ceba08de8bf82eba0a9e99a85eba0a6 |
UHC | 題렍迂렩隅렦 | 111100001011100110001110101000111110100111100110100011101011011111101001111010101000111010110101 | f0b98ea3e9e68eb7e9ea8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)