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 | 竟咤涌竟 | 1110100011101101100110100100001010010111010011111110100011101101 | e8ed9a42974fe8ed |
EUC-JP | 竟咤涌竟 | 1111000011101111110100111010001111001101101100001111000011101111 | f0efd3a3cdb0f0ef |
UTF-8 | 竟咤涌竟 | 111001111010101110011111111001011001001010100100111001101011011010001100111001111010101110011111 | e7ab9fe592a4e6b68ce7ab9f |
UHC | 竟咤涌竟 | 1100110011100101111101101110001111101001101111111100110011100101 | cce5f6e3e9bfcce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)