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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汀瓏??貞? | 100100101111001111100000111110100011111100111111100100101110010100111111 | 92f3e0fa3f3f92e53f |
EUC-JP | 汀瓏??貞? | 110001001111010111100000111111000011111100111111110001001110011100111111 | c4f5e0fc3f3fc4e73f |
UTF-8 | 汀瓏렠렕貞렖 | 111001101011000110000000111001111001001110001111111010111010000010100000111010111010000010010101111010001011001010011110111010111010000010010110 | e6b180e7938feba0a0eba095e8b29eeba096 |
UHC | 汀瓏렠렕貞렖 | 111011111110001011010110111010101000111010110001100011101010101011101111111101101000111010101011 | efe2d6ea8eb18eaaeff68eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)