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 | 闢咏険 | 111010001001001110011001111001111000110010101111 | e89399e78caf |
EUC-JP | 闢咏険 | 111011111111001111010010111010011011100010110001 | eff3d2e9b8b1 |
UTF-8 | 闢咏険 | 111010011001011110100010111001011001001010001111111010011001100110111010 | e997a2e5928fe999ba |
UHC | 闢?? | 11011100101000110011111100111111 | dca33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)