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 | 俑? | 100110001101101000111111 | 98da3f |
EUC-JP | 俑? | 110100001101110000111111 | d0dc3f |
UTF-8 | 俑낰 | 111001001011111110010001111010111000001010110000 | e4bf91eb82b0 |
UHC | 俑낰 | 11101001101101011000011001000101 | e9b58645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)