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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 域????^ | 10001000111001100011111100111111001111110011111101011110 | 88e63f3f3f3f5e |
EUC-JP | 域????^ | 10110000111010000011111100111111001111110011111101011110 | b0e83f3f3f3f5e |
UTF-8 | 域롆렲렖렩^ | 11100101100111111001111111101011101000011000011011101011101000001011001011101011101000001001011011101011101000001010100101011110 | e59f9feba186eba0b2eba096eba0a95e |
UHC | 域롆렲렖렩^ | 1110011010110100100011101100110010001110101111111000111010101011100011101011011101011110 | e6b48ecc8ebf8eab8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)