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 | 哉斑? | 1000110111000110100101001100000100111111 | 8dc694c13f |
EUC-JP | 哉斑? | 1011101011001000110010001100001100111111 | bac8c8c33f |
UTF-8 | 哉斑렧 | 111001011001001110001001111001101001011010010001111010111010000010100111 | e59389e69691eba0a7 |
UHC | 哉斑렧 | 111011101010001111011010111010001000111010110110 | eea3dae88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)