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ÀIB | 100100001100000010010001010001001001000011000000100100010100100101000010 | 90c0914490c0914942 |
SJIS-WIN | ???D???IB | 001111110011111100111111010001000011111100111111001111110100100101000010 | 3f3f3f443f3f3f4942 |
EUC-JP | ?À?D?À?IB | 00111111100011111010101010100010001111110100010000111111100011111010101010100010001111110100100101000010 | 3f8faaa23f443f8faaa23f4942 |
UTF-8 | ÀDÀIB | 110000101001000011000011100000001100001010010001010001001100001010010000110000111000000011000010100100010100100101000010 | c290c380c29144c290c380c2914942 |
UHC | ???D???IB | 001111110011111100111111010001000011111100111111001111110100100101000010 | 3f3f3f443f3f3f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)