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 | ユュ剰 | 110101011010110110001111111010001111100111110001 | d5ad8fe8f9f1 |
EUC-JP | ユュ剰? | 10001110110101011000111010101101101111101110101000111111 | 8ed58eadbeea3f |
UTF-8 | ユュ剰 | 111011111011111010010101111011111011110110101101111001011000100110110000111011101001110110001100 | efbe95efbdade589b0ee9d8c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)