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 | 11100110101011111001001111101101100100011000010101000010 | e6af93ed918542 |
EUC-JP | 豈楠槽B | 11101100101100011100011011101111110000011110010101000010 | ecb1c6efc1e542 |
UTF-8 | 豈楠槽B | 11101000101100011000100011100110101001011010000011100110101001111011110101000010 | e8b188e6a5a0e6a7bd42 |
UHC | 豈楠槽B | 11010001110000101101000111111000111100001100101101000010 | d1c2d1f8f0cb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)