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 | ???| | 00111111001111110011111101111100 | 3f3f3f7c |
SJIS-WIN | ??輿| | 0011111100111111100101110110000001111100 | 3f3f97607c |
EUC-JP | ??輿| | 0011111100111111110011011100000101111100 | 3f3fcdc17c |
UTF-8 | 뤒츳輿| | 11101011101001001001001011101100101110001011001111101000101111001011111101111100 | eba492ecb8b3e8bcbf7c |
UHC | 뤒츳輿| | 10001111110000101100001111111101111001101010101101111100 | 8fc2c3fde6ab7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)