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 | 0011111110000011110011010011111101000010 | 3f83cd3f42 |
EUC-JP | 焰ο?B | 10001111110010011110111110100110110011110011111101000010 | 8fc9efa6cf3f42 |
UTF-8 | 焰ο풗B | 111001111000010010110000110011101011111111101101100100101001011101000010 | e784b0cebfed929742 |
UHC | 焰ο풗B | 11100110111110111010010111101111101111101001101001000010 | e6fba5efbe9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)