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 | ?λ、韋 | 00111111100000111100100110000001010000011110100011101000 | 3f83c98141e8e8 |
EUC-JP | ?λ、韋 | 00111111101001101100101110100001101000101111000011101010 | 3fa6cba1a2f0ea |
UTF-8 | 列λ、韋 | 1110111110100110100111001100111010111011111000111000000010000001111010011001111110001011 | efa69ccebbe38081e99f8b |
UHC | 列λ、韋 | 1110011011101010101001011110101110100001101000101110101011011111 | e6eaa5eba1a2eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)