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 | 顏ェ繧我 | 111010001111100010101010111000111000001010001001111001001111100010110100 | e8f8aae38289e4f8b4 |
EUC-JP | 顏ェ繧我? | 111100001111101010001110101010101110010111100010101100101110011000111111 | f0fa8eaae5e2b2e63f |
UTF-8 | 顏ェ繧我 | 111010011010000110001111111011111011110110101010111001111011100110100111111001101000100010010001111011101001100110010011 | e9a18fefbdaae7b9a7e68891ee9993 |
UHC | ???我? | 001111110011111100111111111001001011001000111111 | 3f3f3fe4b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)