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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 渦除 | 10001001010100011000111110011100 | 89518f9c |
EUC-JP | 渦除 | 10110001101100101011110111111100 | b1b2bdfc |
UTF-8 | 渦除 | 111001101011100010100110111010011001100110100100 | e6b8a6e999a4 |
UHC | 渦除 | 11101000101111101111000010110110 | e8bef0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)