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] | 111000111000100010001111110111000101000101011101 | e3888fdc515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ã??ÜQ] | 10001111101010111010101000111111001111111000111110101010111001000101000101011101 | 8fabaa3f3f8faae4515d |
UTF-8 | ãÜQ] | 11000011101000111100001010001000110000101000111111000011100111000101000101011101 | c3a3c288c28fc39c515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)