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 | 驥斜カ | 1110100110000111100011101100111010110110 | e9878eceb6 |
EUC-JP | 驥斜カ | 111100011110011110111100110100001000111010110110 | f1e7bcd08eb6 |
UTF-8 | 驥斜カ | 111010011010100110100101111001101001011010011100111011111011110110110110 | e9a9a5e6969cefbdb6 |
UHC | 驥斜? | 1101000111001010110111101101100000111111 | d1caded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)