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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 衙????~ | 11100101110010010011111100111111001111110011111101111110 | e5c93f3f3f3f7e |
EUC-JP | 衙????~ | 11101010110010110011111100111111001111110011111101111110 | eacb3f3f3f3f7e |
UTF-8 | 衙롇롗롇렟~ | 11101000101000011001100111101011101000011000011111101011101000011001011111101011101000011000011111101011101000001001111101111110 | e8a199eba187eba197eba187eba09f7e |
UHC | 衙롇롗롇렟~ | 1110010010110111100011101100110110001110110110111000111011001101100011101011000001111110 | e4b78ecd8edb8ecd8eb07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)