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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渦???? | 100010010101000100111111001111110011111100111111 | 89513f3f3f3f |
EUC-JP | 渦??孼? | 1011000110110010001111110011111110001111101110101100001100111111 | b1b23f3f8fbac33f |
UTF-8 | 渦욥걶孼귻 | 111001101011100010100110111011001001101010100101111010101011000110110110111001011010110110111100111010101011011110111011 | e6b8a6ec9aa5eab1b6e5adbceab7bb |
UHC | 渦욥걶孼귻 | 11101000101111101011111111101001100000011001110011100101111011011000001101000010 | e8bebfe9819ce5ed8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)