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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鸚θ?? | 111010100101111110000011110001100011111100111111 | ea5f83c63f3f |
EUC-JP | 鸚θ?? | 111100111100000010100110110010000011111100111111 | f3c0a6c83f3f |
UTF-8 | 鸚θ랴說 | 1110100110111000100110101100111010111000111010111001111010110100111011111010011010100001 | e9b89aceb8eb9eb4efa6a1 |
UHC | 鸚θ랴說 | 1110010110100100101001011110100010110111101010101110011011110010 | e5a4a5e8b7aae6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)