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] | 001111111001111111011001001111110101000101011101 | 3f9fd93f515d |
EUC-JP | ?渟?Q] | 001111111101111011011011001111110101000101011101 | 3fdedb3f515d |
UTF-8 | 뤺渟ㆍQ] | 1110101110100100101110101110011010111000100111111110001110000110100011010101000101011101 | eba4bae6b89fe3868d515d |
UHC | 뤺渟ㆍQ] | 1000111111101000111011111110010110100100111111010101000101011101 | 8fe8efe5a4fd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)