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 | ÀÐEÀÐEB | 11000000110100000100010111000000110100000100010101000010 | c0d045c0d04542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | À?EÀ?EB | 1000111110101010101000100011111101000101100011111010101010100010001111110100010101000010 | 8faaa23f458faaa23f4542 |
UTF-8 | ÀÐEÀÐEB | 1100001110000000110000111001000001000101110000111000000011000011100100000100010101000010 | c380c39045c380c3904542 |
UHC | ?ÐE?ÐEB | 001111111010100010100010010001010011111110101000101000100100010101000010 | 3fa8a2453fa8a24542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)