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 | 哭鞦韜 | 100110100100110011101000111000011110100011101001 | 9a4ce8e1e8e9 |
EUC-JP | 哭鞦韜 | 110100111010110111110000111000111111000011101011 | d3adf0e3f0eb |
UTF-8 | 哭鞦韜 | 111001011001001110101101111010011001111010100110111010011001111110011100 | e593ade99ea6e99f9c |
UHC | 哭?韜 | 1100110111010110001111111101010010110111 | cdd63fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)