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 | 垠侖齢 | 100110101011010110011000110100111001011111101110 | 9ab598d397ee |
EUC-JP | 垠侖齢 | 110101001011011111010000110101011100111011110000 | d4b7d0d5cef0 |
UTF-8 | 垠侖齢 | 111001011001111010100000111001001011111010010110111010011011110110100010 | e59ea0e4be96e9bda2 |
UHC | 垠侖? | 1110101111011001110101111100001000111111 | ebd9d7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)