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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ?g?Q] | 001111111000001010000111001111110101000101011101 | 3f82873f515d |
EUC-JP | ?g?Q] | 001111111010001111100111001111110101000101011101 | 3fa3e73f515d |
UTF-8 | 遼g턂Q] | 1110111110100111100000111110111110111101100001111110110110000100100000100101000101011101 | efa783efbd87ed8482515d |
UHC | 遼g턂Q] | 1110100110101100101000111110011110110101100111100101000101011101 | e9aca3e7b59e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)