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혢창혣쩍 | 11101100101100001011111001000111111011011001100010100010111011001011000010111101111011011001100010100011111011001010100110001101 | ecb0be47ed98a2ecb0bded98a3eca98d |
UHC | 찾G혢창혣쩍 | 1100001110100011010001111100001010001011110000111010001011000010100011001100001010111101 | c3a347c28bc3a2c28cc2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)