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 | 鬯伜沁蟯 | 1110100110101100100110001110010110011111100011101110010110110010 | e9ac98e59f8ee5b2 |
EUC-JP | 鬯伜沁蟯 | 1111001010101110110100001110011111011101111011101110101010110100 | f2aed0e7ddeeeab4 |
UTF-8 | 鬯伜沁蟯 | 111010011010110010101111111001001011110010011100111001101011001010000001111010001001111110101111 | e9acafe4bc9ce6b281e89faf |
UHC | ??沁蟯 | 001111110011111111100011111111101110100110101000 | 3f3fe3fee9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)