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 | 葮 | 111001001101100111110110111100001111100010110100 | e4d9f6f0f8b4 |
EUC-JP | 葮?? | 11101000110110110011111100111111 | e8db3f3f |
UTF-8 | 葮 | 111010001001000110101110111011101001010010010111111011101001100110010011 | e891aeee9497ee9993 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)