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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???途^ | 001111110011111100111111100100110111001001011110 | 3f3f3f93725e |
EUC-JP | 暻?暻途^ | 10001111110000101101110100111111100011111100001011011101110001011101001101011110 | 8fc2dd3f8fc2ddc5d35e |
UTF-8 | 暻쭹暻途^ | 11100110100110101011101111101100101011011011100111100110100110101011101111101001100000001001010001011110 | e69abbecadb9e69abbe980945e |
UHC | 暻쭹暻途^ | 110011001101100111000010111001111100110011011001110101001011001001011110 | ccd9c2e7ccd9d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)