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 | 驕ョ螳庚 | 11101001100000011010111011100101101011101000110101001101 | e981aee5ae8d4d |
EUC-JP | 驕ョ螳庚 | 1111000111100001100011101010111011101010101100001011100110101110 | f1e18eaeeab0b9ae |
UTF-8 | 驕ョ螳庚 | 111010011010100110010101111011111011110110101110111010001001111010110011111001011011101010011010 | e9a995efbdaee89eb3e5ba9a |
UHC | 驕?螳庚 | 11001110111101100011111111010011110110011100110011010010 | cef63fd3d9ccd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)