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 | 11100011101100001000110110001011100011010101110001000010 | e3b08d8b8d5c42 |
EUC-JP | 羃豪構B | 11100110101100101011100111101011101110011011110101000010 | e6b2b9ebb9bd42 |
UTF-8 | 羃豪構B | 11100111101111101000001111101000101100011010101011100110101001111000101101000010 | e7be83e8b1aae6a78b42 |
UHC | ?豪構B | 001111111111101111011111110011111011000001000010 | 3ffbdfcfb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)