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 | 涌咤涌? | 10010111010011111001101001000010100101110100111100111111 | 974f9a42974f3f |
EUC-JP | 涌咤涌? | 11001101101100001101001110100011110011011011000000111111 | cdb0d3a3cdb03f |
UTF-8 | 涌咤涌頀 | 111001101011011010001100111001011001001010100100111001101011011010001100111010011010000010000000 | e6b68ce592a4e6b68ce9a080 |
UHC | 涌咤涌頀 | 1110100110111111111101101110001111101001101111111111101111100001 | e9bff6e3e9bffbe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)