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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紙?新? | 100011101000011000111111100100000101011000111111 | 8e863f90563f |
EUC-JP | 紙?新? | 101110111110011000111111101111111011011100111111 | bbe63fbfb73f |
UTF-8 | 紙렧新잿 | 111001111011010010011001111010111010000010100111111001101001011010110000111011001001111010111111 | e7b499eba0a7e696b0ec9ebf |
UHC | 紙렧新잿 | 1111001010110101100011101011011011100011111001101100000011101101 | f2b58eb6e3e6c0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)