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 | ?λ?熱 | 001111111000001111001001001111111001010001001101 | 3f83c93f944d |
EUC-JP | ?λ?熱 | 001111111010011011001011001111111100011110101110 | 3fa6cb3fc7ae |
UTF-8 | 嶪λ젺熱 | 1110010110110110101010101100111010111011111011001010000010111010111001111000011010110001 | e5b6aacebbeca0bae786b1 |
UHC | 嶪λ젺熱 | 1110010111110101101001011110101110100000101011011110011011110000 | e5f5a5eba0ade6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)