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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ??ゴ◇h | 00111111001111111000001101010011100000011001111001101000 | 3f3f8353819e68 |
EUC-JP | ??ゴ◇h | 00111111001111111010010110110100101000011111111001101000 | 3f3fa5b4a1fe68 |
UTF-8 | 룶츕ゴ◇h | 11101011101000111011011011101100101110001001010111100011100000101011010011100010100101111000011101101000 | eba3b6ecb895e382b4e2978768 |
UHC | 룶츕ゴ◇h | 100011111010101110101110100011111010101110110100101000011101111001101000 | 8fabae8fabb4a1de68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)