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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窈??億 | 111000100111011100111111001111111000100110101101 | e2773f3f89ad |
EUC-JP | 窈??億 | 111000111101100000111111001111111011001010101111 | e3d83f3fb2af |
UTF-8 | 窈뗥룚億 | 111001111010101010001000111010111001011110100101111010111010001110011010111001011000010010000100 | e7aa88eb97a5eba39ae58484 |
UHC | 窈뗥룚億 | 1110100110100001100010111110010110001111100101101110010111100010 | e9a18be58f96e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)