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 | 涌咤涌獏 | 1001011101001111100110100100001010010111010011111110000011010001 | 974f9a42974fe0d1 |
EUC-JP | 涌咤涌獏 | 1100110110110000110100111010001111001101101100001110000011010011 | cdb0d3a3cdb0e0d3 |
UTF-8 | 涌咤涌獏 | 111001101011011010001100111001011001001010100100111001101011011010001100111001111000110110001111 | e6b68ce592a4e6b68ce78d8f |
UHC | 涌咤涌? | 11101001101111111111011011100011111010011011111100111111 | e9bff6e3e9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)