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 | ?λ‘苡 | 00111111100000111100100110000001011001011110010010001111 | 3f83c98165e48f |
EUC-JP | ?λ‘苡 | 00111111101001101100101110100001110001101110011111101111 | 3fa6cba1c6e7ef |
UTF-8 | 列λ‘苡 | 1110111110100110100111001100111010111011111000101000000010011000111010001000101110100001 | efa69ccebbe28098e88ba1 |
UHC | 列λ‘苡 | 1110011011101010101001011110101110100001101011101110110010111110 | e6eaa5eba1aeecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)