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 | 夭??俉 | 100110101110111000111111001111111111101001100001 | 9aee3f3ffa61 |
EUC-JP | 夭??俉 | 11010100111100000011111100111111100011111011000110111011 | d4f03f3f8fb1bb |
UTF-8 | 夭곕젗俉 | 111001011010010010101101111010101011001110010101111011001010000010010111111001001011111110001001 | e5a4adeab395eca097e4bf89 |
UHC | 夭곕젗俉 | 1110100011101100101100001110101110100000100100111110011111101011 | e8ecb0eba093e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)