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 | 驕ス貂擢 | 11101001100000011011110111100110101110001001001101000110 | e981bde6b89346 |
EUC-JP | 驕ス貂擢 | 1111000111100001100011101011110111101100101110101100010110100111 | f1e18ebdecbac5a7 |
UTF-8 | 驕ス貂擢 | 111010011010100110010101111011111011110110111101111010001011001010000010111001101001001110100010 | e9a995efbdbde8b282e693a2 |
UHC | 驕?貂擢 | 11001110111101100011111111110101101100001111011011110111 | cef63ff5b0f6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)