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 | ABÖC | 1001001001000001100100100100001010011111110101101001001001000011 | 924192429fd69243 |
SJIS-WIN | ?A?B???C | 0011111101000001001111110100001000111111001111110011111101000011 | 3f413f423f3f3f43 |
EUC-JP | ?A?B?Ö?C | 00111111010000010011111101000010001111111000111110101010110100110011111101000011 | 3f413f423f8faad33f43 |
UTF-8 | ABÖC | 11000010100100100100000111000010100100100100001011000010100111111100001110010110110000101001001001000011 | c29241c29242c29fc396c29243 |
UHC | ?A?B???C | 0011111101000001001111110100001000111111001111110011111101000011 | 3f413f423f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)