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 | 宍 | 11110000101011101000111010110011 | f0ae8eb3 |
EUC-JP | ?宍 | 001111111011110010110101 | 3fbcb5 |
UTF-8 | 宍 | 111011101000000110101101111001011010111010001101 | ee81ade5ae8d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)