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 | 10001100111000010011111101000010 | 8ce13f42 |
EUC-JP | 吾?B | 10111000111000110011111101000010 | b8e33f42 |
UTF-8 | 吾펢B | 11100101100100001011111011101101100011101010001001000010 | e590beed8ea242 |
UHC | 吾펢B | 1110011111101110101111000111001001000010 | e7eebc7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)