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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??鏃?慇 | 00111111001111111110100001010110001111111001110010111110 | 3f3fe8563f9cbe |
EUC-JP | ??鏃?慇 | 00111111001111111110111110110111001111111101100011000000 | 3f3fefb73fd8c0 |
UTF-8 | 뤯휫鏃쒼慇 | 111010111010010010101111111011011001110010101011111010011000111110000011111011001001001010111100111001101000010110000111 | eba4afed9cabe98f83ec92bce68587 |
UHC | 뤯휫鏃쒼慇 | 10001111110111011100100011011100111100001110110010111110101100001110101111011011 | 8fddc8dcf0ecbeb0ebdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)