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 | ミ鮑カ | 111100101011110111010000111010011011100010110110 | f2bdd0e9b8b6 |
EUC-JP | ?ミ鮑カ | 00111111100011101101000011110010101110101000111010110110 | 3f8ed0f2ba8eb6 |
UTF-8 | ミ鮑カ | 111011101000011110110100111011111011111010010000111010011010111010010001111011111011110110110110 | ee87b4efbe90e9ae91efbdb6 |
UHC | ??鮑? | 0011111100111111111110001110101000111111 | 3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)