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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 喊涌咫哭 | 1001101001011110100101110100111110011010010000001001101001001100 | 9a5e974f9a409a4c |
EUC-JP | 喊涌咫哭 | 1101001110111111110011011011000011010011101000011101001110101101 | d3bfcdb0d3a1d3ad |
UTF-8 | 喊涌咫哭 | 111001011001011010001010111001101011011010001100111001011001001010101011111001011001001110101101 | e5968ae6b68ce592abe593ad |
UHC | 喊涌咫哭 | 1111100111100010111010011011111111110010101000011100110111010110 | f9e2e9bff2a1cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)