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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯」譴ァ螻 | 1110100110101100101000111110011010100010101001111110010110110001 | e9aca3e6a2a7e5b1 |
EUC-JP | 鬯」譴ァ螻 | 11110010101011101000111010100011111011001010010010001110101001111110101010110011 | f2ae8ea3eca48ea7eab3 |
UTF-8 | 鬯」譴ァ螻 | 111010011010110010101111111011111011110110100011111010001010110110110100111011111011110110100111111010001001111010111011 | e9acafefbda3e8adb4efbda7e89ebb |
UHC | ??譴?? | 001111110011111111001100101110010011111100111111 | 3f3fccb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)