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???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
UTF-8 | 청G혦째챕챦 | 11101100101100101010110101000111111011011001100010100110111011001010011110111000111011001011000110010101111011001011000110100110 | ecb2ad47ed98a6eca7b8ecb195ecb1a6 |
UHC | 청G혦째챕챦 | 1100001110111011010001111100001010001110110000101011000011000011101010011100001110101111 | c3bb47c28ec2b0c3a9c3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)