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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬯伜ュ截 | 11101001101011001001100011100101101011011001110101000010 | e9ac98e5ad9d42 |
EUC-JP | 鬯伜ュ截 | 1111001010101110110100001110011110001110101011011101100110100011 | f2aed0e78eadd9a3 |
UTF-8 | 鬯伜ュ截 | 111010011010110010101111111001001011110010011100111011111011110110101101111001101000100010101010 | e9acafe4bc9cefbdade688aa |
UHC | ???截 | 0011111100111111001111111110111110111000 | 3f3f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)