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 | 髙宍湜疾髙 | 11111011111111001000111010110011111110110100011110001110101111101111101111111100 | fbfc8eb3fb478ebefbfc |
EUC-JP | ?宍湜疾? | 001111111011110010110101100011111100011111111100101111001100000000111111 | 3fbcb58fc7fcbcc03f |
UTF-8 | 髙宍湜疾髙 | 111010011010101110011001111001011010111010001101111001101011100110011100111001111001011010111110111010011010101110011001 | e9ab99e5ae8de6b99ce796bee9ab99 |
UHC | ??湜疾? | 00111111001111111110001111010111111100101111000000111111 | 3f3fe3d7f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)