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 | ?驀 | 001111111110100101111101 | 3fe97d |
EUC-JP | ?驀 | 001111111111000111011110 | 3ff1de |
UTF-8 | 卽驀 | 111001011000110110111101111010011010100110000000 | e58dbde9a980 |
UHC | 卽驀 | 11110001111011011101100011101001 | f1edd8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)