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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 鉧汐F | 1111101111001011100011101010110001000110 | fbcb8eac46 |
EUC-JP | 鉧汐F | 100011111110001111101001101111001010111001000110 | 8fe3e9bcae46 |
UTF-8 | 鉧汐F | 11101001100010011010011111100110101100011001000001000110 | e989a7e6b19046 |
UHC | ?汐F | 00111111111000001011000101000110 | 3fe0b146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)