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 | ·»ðÛ | 10110111101110111111000011011011 | b7bbf0db |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??ðÛ | 0011111100111111100011111010100111000011100011111010101011100101 | 3f3f8fa9c38faae5 |
UTF-8 | ·»ðÛ | 1100001010110111110000101011101111000011101100001100001110011011 | c2b7c2bbc3b0c39b |
UHC | ·?ð? | 101000011010010000111111101010011010001100111111 | a1a43fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)