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 | âÇø² | 11100010110001111111100010110010 | e2c7f8b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | âÇø? | 10001111101010111010010010001111101010101010111010001111101010011100110000111111 | 8faba48faaae8fa9cc3f |
UTF-8 | âÇø² | 1100001110100010110000111000011111000011101110001100001010110010 | c3a2c387c3b8c2b2 |
UHC | ??ø² | 001111110011111110101001101010101010100111110111 | 3f3fa9aaa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)