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 | 隱樞則 | 111010001010101010011110111000101001000110100101 | e8aa9ee291a5 |
EUC-JP | 隱樞則 | 111100001010110011011100111001001100001010100111 | f0acdce4c2a7 |
UTF-8 | 隱樞則 | 111010011001101010110001111001101010100010011110111001011000100110000111 | e99ab1e6a89ee58987 |
UHC | 隱樞則 | 111010111101111111110101110100101111011011001110 | ebdff5d2f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)