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 | 髦。菫ッ蟠 | 1110100110011000101000011110010010111111101011111110010110110100 | e998a1e4bfafe5b4 |
EUC-JP | 髦。菫ッ蟠 | 11110001111110001000111010100001111010001100000110001110101011111110101010110110 | f1f88ea1e8c18eafeab6 |
UTF-8 | 髦。菫ッ蟠 | 111010011010101110100110111011111011110110100001111010001000111110101011111011111011110110101111111010001001111110100000 | e9aba6efbda1e88fabefbdafe89fa0 |
UHC | ??菫?蟠 | 00111111001111111101000011001011001111111101101011110110 | 3f3fd0cb3fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)