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 | 哭齏穩 | 100110100100110011101000111010111110001001110010 | 9a4ce8ebe272 |
EUC-JP | 哭齏穩 | 110100111010110111110000111011011110001111010011 | d3adf0ede3d3 |
UTF-8 | 哭齏穩 | 111001011001001110101101111010011011110110001111111001111010100110101001 | e593ade9bd8fe7a9a9 |
UHC | 哭?穩 | 1100110111010110001111111110100010110001 | cdd63fe8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)