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 | 枝蝎? | 1000111001111101111001011001100100111111 | 8e7de5993f |
EUC-JP | 枝蝎? | 1011101111011110111010011111100100111111 | bbdee9f93f |
UTF-8 | 枝蝎렣 | 111001101001111010011101111010001001110110001110111010111010000010100011 | e69e9de89d8eeba0a3 |
UHC | 枝蝎렣 | 111100101010101111001010111010011000111010110100 | f2abcae98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)