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 | 1000111110101011110010101100100101000010 | 8fabcac942 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ??ÊÉB | 001111110011111110001111101010101011010010001111101010101011000101000010 | 3f3f8faab48faab142 |
UTF-8 | «ÊÉB | 110000101000111111000010101010111100001110001010110000111000100101000010 | c28fc2abc38ac38942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)