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 | 髫ー譎∝ッ | 1110100110011010101100001110011010011001100000011110010110101111 | e99ab0e69981e5af |
EUC-JP | 髫ー譎∝ッ | 11110001111110101000111010110000111010111111100110100010111001111000111010101111 | f1fa8eb0ebf9a2e78eaf |
UTF-8 | 髫ー譎∝ッ | 111010011010101110101011111011111011110110110000111010001010110110001110111000101000100010011101111011111011110110101111 | e9ababefbdb0e8ad8ee2889defbdaf |
UHC | ??譎∝? | 00111111001111111111110111010010101000011111000000111111 | 3f3ffdd2a1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)