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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬯ッ莨懃私隲 | 1110100110101100101011111110010010111100100111001110011110001110100001001110100010101011 | e9acafe4bc9ce78e84e8ab |
EUC-JP | 鬯ッ莨懃私隲 | 111100101010111010001110101011111110100010111110110110001110100110111011111001001111000010101101 | f2ae8eafe8bed8e9bbe4f0ad |
UTF-8 | 鬯ッ莨懃私隲 | 111010011010110010101111111011111011110110101111111010001000111010101000111001101000011110000011111001111010011110000001111010011001101010110010 | e9acafefbdafe88ea8e68783e7a781e99ab2 |
UHC | ???懃私? | 0011111100111111001111111101000011000100110111101110011100111111 | 3f3f3fd0c4dee73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)