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 | ûÌ | 100101101111101110000001110011001000111010000011 | 96fb81cc8e83 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?û?Ì?? | 00111111100011111010101111100101001111111000111110101010110000000011111100111111 | 3f8fabe53f8faac03f3f |
UTF-8 | ûÌ | 110000101001011011000011101110111100001010000001110000111000110011000010100011101100001010000011 | c296c3bbc281c38cc28ec283 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)