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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 重?瀞?F | 10001111011001000011111110010011110100100011111101000110 | 8f643f93d23f46 |
EUC-JP | 重?瀞?F | 10111101110001010011111111000110110101000011111101000110 | bdc53fc6d43f46 |
UTF-8 | 重렏瀞렕F | 11101001100001111000110111101011101000001000111111100111100000001001111011101011101000001001010101000110 | e9878deba08fe7809eeba09546 |
UHC | 重렏瀞렕F | 111100011110110010001110101001011110111111100111100011101010101001000110 | f1ec8ea5efe78eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)