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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ??ゴ◇F | 00111111001111111000001101010011100000011001111001000110 | 3f3f8353819e46 |
EUC-JP | ??ゴ◇F | 00111111001111111010010110110100101000011111111001000110 | 3f3fa5b4a1fe46 |
UTF-8 | 룶츕ゴ◇F | 11101011101000111011011011101100101110001001010111100011100000101011010011100010100101111000011101000110 | eba3b6ecb895e382b4e2978746 |
UHC | 룶츕ゴ◇F | 100011111010101110101110100011111010101110110100101000011101111001000110 | 8fabae8fabb4a1de46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)