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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??徇??徇^ | 001111110011111110011100011011010011111100111111100111000110110101011110 | 3f3f9c6d3f3f9c6d5e |
EUC-JP | ??徇??徇^ | 001111110011111111010111110011100011111100111111110101111100111001011110 | 3f3fd7ce3f3fd7ce5e |
UTF-8 | 롍렚徇롍렚徇^ | 11101011101000011000110111101011101000001001101011100101101111101000011111101011101000011000110111101011101000001001101011100101101111101000011101011110 | eba18deba09ae5be87eba18deba09ae5be875e |
UHC | 롍렚徇롍렚徇^ | 10001110110100111000111010101101111000101101111110001110110100111000111010101101111000101101111101011110 | 8ed38eade2df8ed38eade2df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)