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 | 窈??淳η? | 111000100111011100111111001111111000111101111110100000111100010100111111 | e2773f3f8f7e83c53f |
EUC-JP | 窈??淳η? | 111000111101100000111111001111111011110111011111101001101100011100111111 | e3d83f3fbddfa6c73f |
UTF-8 | 窈경뇠淳ηㄶ | 1110011110101010100010001110101010110010101111011110101110000111101000001110011010110111101100111100111010110111111000111000010010110110 | e7aa88eab2bdeb87a0e6b7b3ceb7e384b6 |
UHC | 窈경뇠淳ηㄶ | 111010011010000110110000111001101000011110001000111000101110100010100101111001111010010010100110 | e9a1b0e68788e2e8a5e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)