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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 除除B | 1000111110011100100011111001110001000010 | 8f9c8f9c42 |
EUC-JP | 除除B | 1011110111111100101111011111110001000010 | bdfcbdfc42 |
UTF-8 | 除除B | 11101001100110011010010011101001100110011010010001000010 | e999a4e999a442 |
UHC | 除除B | 1111000010110110111100001011011001000010 | f0b6f0b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)