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«âDB | 100011111010101111100010010001001000111110101011111000100100010001000010 | 8fabe2448fabe24442 |
SJIS-WIN | ???D???DB | 001111110011111100111111010001000011111100111111001111110100010001000010 | 3f3f3f443f3f3f4442 |
EUC-JP | ??âD??âDB | 00111111001111111000111110101011101001000100010000111111001111111000111110101011101001000100010001000010 | 3f3f8faba4443f3f8faba44442 |
UTF-8 | «âD«âDB | 110000101000111111000010101010111100001110100010010001001100001010001111110000101010101111000011101000100100010001000010 | c28fc2abc3a244c28fc2abc3a24442 |
UHC | ???D???DB | 001111110011111100111111010001000011111100111111001111110100010001000010 | 3f3f3f443f3f3f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)