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 | 1111101111001011100011101010111001000110 | fbcb8eae46 |
EUC-JP | 鉧式F | 100011111110001111101001101111001011000001000110 | 8fe3e9bcb046 |
UTF-8 | 鉧式F | 11101001100010011010011111100101101111001000111101000110 | e989a7e5bc8f46 |
UHC | ?式F | 00111111111000111101001001000110 | 3fe3d246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)