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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??渦??? | 00111111001111111000100101010001001111110011111100111111 | 3f3f89513f3f3f |
EUC-JP | ??渦??? | 00111111001111111011000110110010001111110011111100111111 | 3f3fb1b23f3f3f |
UTF-8 | 綎렪渦쇘렩렖 | 111001111011011010001110111010111010000010101010111001101011100010100110111011001000011110011000111010111010000010101001111010111010000010010110 | e7b68eeba0aae6b8a6ec8798eba0a9eba096 |
UHC | 綎렪渦쇘렩렖 | 111011111111001010001110101110001110100010111110101111001110011110001110101101111000111010101011 | eff28eb8e8bebce78eb78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)