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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蘊? | 111001010101110100111111 | e55d3f |
EUC-JP | 蘊? | 111010011011111000111111 | e9be3f |
UTF-8 | 蘊갋 | 111010001001100010001010111010101011000010001011 | e8988aeab08b |
UHC | 蘊갋 | 11101000101100111000000101000101 | e8b38145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)