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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畯伎? | 1111101101101111100010101110101000111111 | fb6f8aea3f |
EUC-JP | 畯伎? | 100011111100110110111011101101001110110000111111 | 8fcdbbb4ec3f |
UTF-8 | 畯伎릿 | 111001111001010110101111111001001011110010001110111010111010011010111111 | e795afe4bc8eeba6bf |
UHC | 畯伎릿 | 111100011110000111010000111010111011100010110100 | f1e1d0ebb8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)