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 | ?θ? | 00111111100000111100011000111111 | 3f83c63f |
EUC-JP | ?θ? | 00111111101001101100100000111111 | 3fa6c83f |
UTF-8 | 列θ슕 | 1110111110100110100111001100111010111000111011001000101010010101 | efa69cceb8ec8a95 |
UHC | 列θ슕 | 111001101110101010100101111010001001101010100100 | e6eaa5e89aa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)