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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?λ????? | 0011111110000011110010010011111100111111001111110011111100111111 | 3f83c93f3f3f3f3f |
EUC-JP | ?λ????? | 0011111110100110110010110011111100111111001111110011111100111111 | 3fa6cb3f3f3f3f3f |
UTF-8 | 筽λ쓹흟勵됲뜪 | 1110011110101101101111011100111010111011111011001001001110111001111011011001110110011111111011111010010110111111111010111001000010110010111010111001110010101010 | e7adbdcebbec93b9ed9d9fefa5bfeb90b2eb9caa |
UHC | 筽λ쓹흟勵됲뜪 | 1110100010100100101001011110101110011101100101011100010110000001111001011111101010001001111011011000110110101011 | e8a4a5eb9d95c581e5fa89ed8dab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)