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 | ꮲëè» | 1110101010101110100011101011001011101011111010001000111010111011 | eaae8eb2ebe88ebb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê®??ëè?? | 10001111101010111011010010001111101000101110111000111111001111111000111110101011101100111000111110101011101100100011111100111111 | 8fabb48fa2ee3f3f8fabb38fabb23f3f |
UTF-8 | ꮲëè» | 11000011101010101100001010101110110000101000111011000010101100101100001110101011110000111010100011000010100011101100001010111011 | c3aac2aec28ec2b2c3abc3a8c28ec2bb |
UHC | ?®?²???? | 00111111101000101110011100111111101010011111011100111111001111110011111100111111 | 3fa2e73fa9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)