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 | ?淺?Q] | 001111111001111111000111001111110101000101011101 | 3f9fc73f515d |
EUC-JP | ?淺?Q] | 001111111101111011001001001111110101000101011101 | 3fdec93f515d |
UTF-8 | 뤚淺픦Q] | 1110101110100100100110101110011010110111101110101110110110010100101001100101000101011101 | eba49ae6b7baed94a6515d |
UHC | 뤚淺픦Q] | 1000111111001001111101001011110011000000011010010101000101011101 | 8fc9f4bcc069515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)