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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?贖迯 | 0011111111100110110111001110011110001101 | 3fe6dce78d |
EUC-JP | 鉏贖迯 | 10001111111000111110000011101100110111101110110111101101 | 8fe3e0ecdeeded |
UTF-8 | 鉏贖迯 | 111010011000100110001111111010001011010010010110111010001011111110101111 | e9898fe8b496e8bfaf |
UHC | ?贖? | 00111111111000011101101100111111 | 3fe1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)