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 | 100101100110010011101001011001111001011001100100111010010110011101000010 | 9664e9679664e96742 |
EUC-JP | 謀馮謀馮B | 110010111100010111110001110010001100101111000101111100011100100001000010 | cbc5f1c8cbc5f1c842 |
UTF-8 | 謀馮謀馮B | 11101000101011001000000011101001101001101010111011101000101011001000000011101001101001101010111001000010 | e8ac80e9a6aee8ac80e9a6ae42 |
UHC | 謀馮謀馮B | 110110011100011111111001101001111101100111000111111110011010011101000010 | d9c7f9a7d9c7f9a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)