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 | ??}??| | 001111110011111101111101001111110011111101111100 | 3f3f7d3f3f7c |
SJIS-WIN | 恁?}恁?| | 1001110010001100001111110111110110011100100011000011111101111100 | 9c8c3f7d9c8c3f7c |
EUC-JP | 恁?}恁?| | 1101011111101100001111110111110111010111111011000011111101111100 | d7ec3f7dd7ec3f7c |
UTF-8 | 恁₄}恁₄| | 1110011010000001100000011110001010000010100001000111110111100110100000011000000111100010100000101000010001111100 | e68181e282847de68181e282847c |
UHC | 恁₄}恁₄| | 11101100111101101010100111111110011111011110110011110110101010011111111001111100 | ecf6a9fe7decf6a9fe7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)