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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渦??訟 | 100010010101000100111111001111111000111111010111 | 89513f3f8fd7 |
EUC-JP | 渦??訟 | 101100011011001000111111001111111011111011011001 | b1b23f3fbed9 |
UTF-8 | 渦쒐꽣訟 | 111001101011100010100110111011001001001010010000111010101011110110100011111010001010100010011111 | e6b8a6ec9290eabda3e8a89f |
UHC | 渦쒐꽣訟 | 1110100010111110100111001110011110000100101100001110000111101000 | e8be9ce784b0e1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)