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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??砧??浸^ | 001111110011111110001011011011010011111100111111100100000101101001011110 | 3f3f8b6d3f3f905a5e |
EUC-JP | ??砧??浸^ | 001111110011111110110101110011100011111100111111101111111011101101011110 | 3f3fb5ce3f3fbfbb5e |
UTF-8 | 뤒본砧뤒본浸^ | 11101011101001001001001011101011101100111011100011100111101000001010011111101011101001001001001011101011101100111011100011100110101101011011100001011110 | eba492ebb3b8e7a0a7eba492ebb3b8e6b5b85e |
UHC | 뤒본砧뤒본浸^ | 10001111110000101011101010111011111101101101101110001111110000101011101010111011111101101101100101011110 | 8fc2babbf6db8fc2babbf6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)