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 | 10001111011000000011111110001110100001100011111101000010 | 8f603f8e863f42 |
EUC-JP | 汁?紙?B | 10111101110000010011111110111011111001100011111101000010 | bdc13fbbe63f42 |
UTF-8 | 汁렊紙렒B | 11100110101100011000000111101011101000001000101011100111101101001001100111101011101000001001001001000010 | e6b181eba08ae7b499eba09242 |
UHC | 汁렊紙렒B | 111100011111000010001110101000011111001010110101100011101010011101000010 | f1f08ea1f2b58ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)