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 | ???~Q] | 001111110011111100111111011111100101000101011101 | 3f3f3f7e515d |
SJIS-WIN | ??咐~Q] | 00111111001111111001100111110011011111100101000101011101 | 3f3f99f37e515d |
EUC-JP | ??咐~Q] | 00111111001111111101001011110101011111100101000101011101 | 3f3fd2f57e515d |
UTF-8 | 룶웩咐~Q] | 111010111010001110110110111011001001101110101001111001011001001010010000011111100101000101011101 | eba3b6ec9ba9e592907e515d |
UHC | 룶웩咐~Q] | 100011111010101111000000101000011101110011111011011111100101000101011101 | 8fabc0a1dcfb7e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)