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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 言??言??B | 100011001011111000111111001111111000110010111110001111110011111101000010 | 8cbe3f3f8cbe3f3f42 |
EUC-JP | 言??言??B | 101110001100000000111111001111111011100011000000001111110011111101000010 | b8c03f3fb8c03f3f42 |
UTF-8 | 言욘띅言욘띅B | 11101000101010001000000011101100100110101001100011101011100111011000010111101000101010001000000011101100100110101001100011101011100111011000010101000010 | e8a880ec9a98eb9d85e8a880ec9a98eb9d8542 |
UHC | 言욘띅言욘띅B | 11100101111010111011111111100110100011011011111111100101111010111011111111100110100011011011111101000010 | e5ebbfe68dbfe5ebbfe68dbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)