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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 硝 | 100011111100100111110101110010001111000011000001 | 8fc9f5c8f0c1 |
EUC-JP | 硝?? | 10111110110010110011111100111111 | becb3f3f |
UTF-8 | 硝 | 111001111010000110011101111011101001000010110011111011101000001010000000 | e7a19dee90b3ee8280 |
UHC | 硝?? | 11110101101001100011111100111111 | f5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)