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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?朞鍾F | 001111111001111001001101100011111101111101000110 | 3f9e4d8fdf46 |
EUC-JP | ?朞鍾F | 001111111101101110101110101111101110000101000110 | 3fdbaebee146 |
UTF-8 | 룵朞鍾F | 11101011101000111011010111100110100111001001111011101001100011011011111001000110 | eba3b5e69c9ee98dbe46 |
UHC | 룵朞鍾F | 10001111101010101101000110100001111100011010001101000110 | 8faad1a1f1a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)