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 | 尅侖齢 | 100110111001000110011000110100111001011111101110 | 9b9198d397ee |
EUC-JP | 尅侖齢 | 110101011111000111010000110101011100111011110000 | d5f1d0d5cef0 |
UTF-8 | 尅侖齢 | 111001011011000010000101111001001011111010010110111010011011110110100010 | e5b085e4be96e9bda2 |
UHC | ?侖? | 00111111110101111100001000111111 | 3fd7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)