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 | 111000101011010111100010110000011110001010110101111000101100000101000010 | e2b5e2c1e2b5e2c142 |
EUC-JP | 箏簔箏簔B | 111001001011011111100100110000111110010010110111111001001100001101000010 | e4b7e4c3e4b7e4c342 |
UTF-8 | 箏簔箏簔B | 11100111101011101000111111100111101100001001010011100111101011101000111111100111101100001001010001000010 | e7ae8fe7b094e7ae8fe7b09442 |
UHC | 箏?箏?B | 11101110101101000011111111101110101101000011111101000010 | eeb43feeb43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)