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 | «ÊµD«ÊµD^ | 1000111110101011110010101011010101000100100011111010101111001010101101010100010001011110 | 8fabcab5448fabcab5445e |
SJIS-WIN | ????D????D^ | 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 | 3f3f3f3f443f3f3f3f445e |
EUC-JP | ??Ê?D??Ê?D^ | 001111110011111110001111101010101011010000111111010001000011111100111111100011111010101010110100001111110100010001011110 | 3f3f8faab43f443f3f8faab43f445e |
UTF-8 | «ÊµD«ÊµD^ | 11000010100011111100001010101011110000111000101011000010101101010100010011000010100011111100001010101011110000111000101011000010101101010100010001011110 | c28fc2abc38ac2b544c28fc2abc38ac2b5445e |
UHC | ????D????D^ | 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 | 3f3f3f3f443f3f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)