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 | 陷肴宦 | 111010001001110010001101111001101001101110000001 | e89c8de69b81 |
EUC-JP | 陷肴宦 | 111011111111110010111010111010001101010111100001 | effcbae8d5e1 |
UTF-8 | 陷肴宦 | 111010011001100110110111111010001000001010110100111001011010111010100110 | e999b7e882b4e5aea6 |
UHC | 陷肴宦 | 111110011110100011111101101000101111110010110010 | f9e8fda2fcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)