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 | ニ゚ | 11000110111100101100000011011111 | c6f2c0df |
EUC-JP | ニ?゚ | 1000111011000110001111111000111011011111 | 8ec63f8edf |
UTF-8 | ニ゚ | 111011111011111010000110111011101000011110110111111011111011111010011111 | efbe86ee87b7efbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)