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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 游?h游 | 100111111110000000111111011010001001111111100000 | 9fe03f689fe0 |
EUC-JP | 游?h游 | 110111101110001000111111011010001101111011100010 | dee23f68dee2 |
UTF-8 | 游렠h游 | 11100110101110001011100011101011101000001010000001101000111001101011100010111000 | e6b8b8eba0a068e6b8b8 |
UHC | 游렠h游 | 11101010111111011000111010110001011010001110101011111101 | eafd8eb168eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)