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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 胱B | 1110001111110111111100101011100101000010 | e3f7f2b942 |
EUC-JP | 胱?B | 11100110111110010011111101000010 | e6f93f42 |
UTF-8 | 胱B | 11101000100000111011000111101110100001111011000001000010 | e883b1ee87b042 |
UHC | 胱?B | 11001110110011010011111101000010 | cecd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)