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 | 厄λ?徇 | 10010110111011111000001111001001001111111001110001101101 | 96ef83c93f9c6d |
EUC-JP | 厄λ?徇 | 11001100111100011010011011001011001111111101011111001110 | ccf1a6cb3fd7ce |
UTF-8 | 厄λ쑜徇 | 1110010110001110100001001100111010111011111011001001000110011100111001011011111010000111 | e58e84cebbec919ce5be87 |
UHC | 厄λ쑜徇 | 1110010011111000101001011110101110011100101110111110001011011111 | e4f8a5eb9cbbe2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)