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 | 鬆域キケ | 111010011010000010001000111001101011011110111001 | e9a088e6b7b9 |
EUC-JP | 鬆域キケ | 1111001010100010101100001110100010001110101101111000111010111001 | f2a2b0e88eb78eb9 |
UTF-8 | 鬆域キケ | 111010011010110010000110111001011001111110011111111011111011110110110111111011111011110110111001 | e9ac86e59f9fefbdb7efbdb9 |
UHC | ?域?? | 0011111111100110101101000011111100111111 | 3fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)