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 | 哭鞦瞎 | 100110100100110011101000111000011110000111010000 | 9a4ce8e1e1d0 |
EUC-JP | 哭鞦瞎 | 110100111010110111110000111000111110001011010010 | d3adf0e3e2d2 |
UTF-8 | 哭鞦瞎 | 111001011001001110101101111010011001111010100110111001111001111010001110 | e593ade99ea6e79e8e |
UHC | 哭?? | 11001101110101100011111100111111 | cdd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)