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 | 窈??瓦? | 11100010011101110011111100111111100010101010001000111111 | e2773f3f8aa23f |
EUC-JP | 窈??瓦? | 11100011110110000011111100111111101101001010010000111111 | e3d83f3fb4a43f |
UTF-8 | 窈뗰슝瓦닸 | 111001111010101010001000111010111001011110110000111011001000101010011101111001111001001110100110111010111000101110111000 | e7aa88eb97b0ec8a9de793a6eb8bb8 |
UHC | 窈뗰슝瓦닸 | 11101001101000011000101111101111101111011011100111101000101111111011010011100110 | e9a18befbdb9e8bfb4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)