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] | 1110101111101000101100110101000101011101 | ebe8b3515d |
SJIS-WIN | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
EUC-JP | ëè?Q] | 100011111010101110110011100011111010101110110010001111110101000101011101 | 8fabb38fabb23f515d |
UTF-8 | ëè³Q] | 1100001110101011110000111010100011000010101100110101000101011101 | c3abc3a8c2b3515d |
UHC | ??³Q] | 001111110011111110101001111110000101000101011101 | 3f3fa9f8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)