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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??業?? | 1110001001110111001111110011111110001011110001100011111100111111 | e2773f3f8bc63f3f |
EUC-JP | 窈??業?? | 1110001111011000001111110011111110110110110010000011111100111111 | e3d83f3fb6c83f3f |
UTF-8 | 窈뗦쫲業쇘괵 | 111001111010101010001000111010111001011110100110111011001010101110110010111001101010010110101101111011001000011110011000111010101011010010110101 | e7aa88eb97a6ecabb2e6a5adec8798eab4b5 |
UHC | 窈뗦쫲業쇘괵 | 111010011010000110001011111001101010011010001010111001011111011010111100111001111011000110101100 | e9a18be6a68ae5f6bce7b1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)