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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 莠随殖B | 11100100101110101001000010001111100100000100001001000010 | e4ba908f904242 |
EUC-JP | 莠随殖B | 11101000101111001011111111101111101111111010001101000010 | e8bcbfefbfa342 |
UTF-8 | 莠随殖B | 11101000100011101010000011101001100110101000111111100110101011101001011001000010 | e88ea0e99a8fe6ae9642 |
UHC | ??殖B | 0011111100111111111000111101011001000010 | 3f3fe3d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)