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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 哭顫鈔 | 100110100100110011101000111110101110011111100010 | 9a4ce8fae7e2 |
EUC-JP | 哭顫鈔 | 110100111010110111110000111111001110111011100100 | d3adf0fceee4 |
UTF-8 | 哭顫鈔 | 111001011001001110101101111010011010000110101011111010011000100010010100 | e593ade9a1abe98894 |
UHC | 哭顫? | 1100110111010110111011111011010100111111 | cdd6efb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)