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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | 帥???豌忌W | 10010000100000110011111100111111001111111110011010110000100010101111010101010111 | 90833f3f3fe6b08af557 |
EUC-JP | 帥???豌忌W | 10111111111000110011111100111111001111111110110010110010101101001111011101010111 | bfe33f3f3fecb2b4f757 |
UTF-8 | 帥뤈왼긷豌忌W | 11100101101110001010010111101011101001001000100011101100100110011011110011101010101110001011011111101000101100011000110011100101101111111000110001010111 | e5b8a5eba488ec99bceab8b7e8b18ce5bf8c57 |
UHC | 帥뤈왼긷豌忌W | 11100001111111011000111110111000101111111101111010110001111001011110100011010101110100001111101101010111 | e1fd8fb8bfdeb1e5e8d5d0fb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)