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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 皰盍盖狢B | 111000011010110011100001101100101110000110110011111000001100000001000010 | e1ace1b2e1b3e0c042 |
EUC-JP | 皰盍盖狢B | 111000101010111011100010101101001110001010110101111000001100001001000010 | e2aee2b4e2b5e0c242 |
UTF-8 | 皰盍盖狢B | 11100111100110101011000011100111100110111000110111100111100110111001011011100111100010111010001001000010 | e79ab0e79b8de79b96e78ba242 |
UHC | ??盖?B | 001111110011111111001011110011000011111101000010 | 3f3fcbcc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)