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^ | 1001101111000000100100001000000001000100100110111100000010010000100000000100010001011110 | 9bc09080449bc09080445e |
SJIS-WIN | ????D????D^ | 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 | 3f3f3f3f443f3f3f3f445e |
EUC-JP | ?À??D?À??D^ | 001111111000111110101010101000100011111100111111010001000011111110001111101010101010001000111111001111110100010001011110 | 3f8faaa23f3f443f8faaa23f3f445e |
UTF-8 | ÀDÀD^ | 11000010100110111100001110000000110000101001000011000010100000000100010011000010100110111100001110000000110000101001000011000010100000000100010001011110 | c29bc380c290c28044c29bc380c290c280445e |
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)