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 | 哭髴鞦 | 100110100100110011101001100111001110100011100001 | 9a4ce99ce8e1 |
EUC-JP | 哭髴鞦 | 110100111010110111110001111111001111000011100011 | d3adf1fcf0e3 |
UTF-8 | 哭髴鞦 | 111001011001001110101101111010011010101110110100111010011001111010100110 | e593ade9abb4e99ea6 |
UHC | 哭?? | 11001101110101100011111100111111 | cdd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)