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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鏃潘?B | 111010000101011011100000010011100011111101000010 | e856e04e3f42 |
EUC-JP | 鏃潘?B | 111011111011011111011111101011110011111101000010 | efb7dfaf3f42 |
UTF-8 | 鏃潘륨B | 11101001100011111000001111100110101111011001100011101011101001011010100001000010 | e98f83e6bd98eba5a842 |
UHC | 鏃潘륨B | 11110000111011001101101011101011101101111111110101000010 | f0ecdaebb7fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)