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혴챈챈쩍 | 11101100101100101010110101000111111011011001100010110100111011001011000110001000111011001011000110001000111011001010100110001101 | ecb2ad47ed98b4ecb188ecb188eca98d |
UHC | 청G혴챈챈쩍 | 1100001110111011010001111100001010011011110000111010011011000011101001101100001010111101 | c3bb47c29bc3a6c3a6c2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)