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 | 1110000110110000111000011011000001000010 | e1b0e1b042 |
EUC-JP | 皺皺B | 1110001010110010111000101011001001000010 | e2b2e2b242 |
UTF-8 | 皺皺B | 11100111100110101011101011100111100110101011101001000010 | e79abae79aba42 |
UHC | 皺皺B | 1111010111010100111101011101010001000010 | f5d4f5d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)