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 | 蘊쨑 | 111010001001100010001010111011001010100010010001 | e8988aeca891 |
UHC | 蘊쨑 | 11101000101100111010010001101000 | e8b3a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)