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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????獒 | 00111111001111110011111100111111100011111100101110111011 | 3f3f3f3f8fcbbb |
UTF-8 | 筽뚎덄빣獒 | 111001111010110110111101111010111001101010001110111010111000110110000100111010111011100110100011111001111000110110010010 | e7adbdeb9a8eeb8d84ebb9a3e78d92 |
UHC | 筽뚎덄빣獒 | 11101000101001001000110011010001100010001110011110010101101111111110100010100011 | e8a48cd188e795bfe8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)