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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帥???豌忌 | 100100001000001100111111001111110011111111100110101100001000101011110101 | 90833f3f3fe6b08af5 |
EUC-JP | 帥???豌忌 | 101111111110001100111111001111110011111111101100101100101011010011110111 | bfe33f3f3fecb2b4f7 |
UTF-8 | 帥뤈왼긷豌忌 | 111001011011100010100101111010111010010010001000111011001001100110111100111010101011100010110111111010001011000110001100111001011011111110001100 | e5b8a5eba488ec99bceab8b7e8b18ce5bf8c |
UHC | 帥뤈왼긷豌忌 | 111000011111110110001111101110001011111111011110101100011110010111101000110101011101000011111011 | e1fd8fb8bfdeb1e5e8d5d0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)