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 | ?G???T | 001111110100011100111111001111110011111101010100 | 3f473f3f3f54 |
SJIS-WIN | ?G???T | 001111110100011100111111001111110011111101010100 | 3f473f3f3f54 |
EUC-JP | ?G???T | 001111110100011100111111001111110011111101010100 | 3f473f3f3f54 |
UTF-8 | 책G혧챠혧T | 1110110010110001100001010100011111101101100110001010011111101100101100011010000011101101100110001010011101010100 | ecb18547ed98a7ecb1a0ed98a754 |
UHC | 책G혧챠혧T | 11000011101001010100011111000010100011111100001110101101110000101000111101010100 | c3a547c28fc3adc28f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)