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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咤眄唏咤涌 | 10011010010000101110000110111110100110100100100010011010010000101001011101001111 | 9a42e1be9a489a42974f |
EUC-JP | 咤眄唏咤涌 | 11010011101000111110001011000000110100111010100111010011101000111100110110110000 | d3a3e2c0d3a9d3a3cdb0 |
UTF-8 | 咤眄唏咤涌 | 111001011001001010100100111001111001110010000100111001011001010010001111111001011001001010100100111001101011011010001100 | e592a4e79c84e5948fe592a4e6b68c |
UHC | 咤眄?咤涌 | 111101101110001111011000111110000011111111110110111000111110100110111111 | f6e3d8f83ff6e3e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)