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 | 1110011101001110111001110100111001000010 | e74ee74e42 |
EUC-JP | 躁躁B | 1110110110101111111011011010111101000010 | edafedaf42 |
UTF-8 | 躁躁B | 11101000101110101000000111101000101110101000000101000010 | e8ba81e8ba8142 |
UHC | 躁躁B | 1111000011100010111100001110001001000010 | f0e2f0e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)