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 | 鬯ッ莨懈イ | 1110100110101100101011111110010010111100100111001110011010110010 | e9acafe4bc9ce6b2 |
EUC-JP | 鬯ッ莨懈イ | 11110010101011101000111010101111111010001011111011011000111010001000111010110010 | f2ae8eafe8bed8e88eb2 |
UTF-8 | 鬯ッ莨懈イ | 111010011010110010101111111011111011110110101111111010001000111010101000111001101000011110001000111011111011110110110010 | e9acafefbdafe88ea8e68788efbdb2 |
UHC | ???懈? | 001111110011111100111111111110101010101100111111 | 3f3f3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)