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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | }|| | 111100001100000001111101111100001100000001111100111100001100000001111100 | f0c07df0c07cf0c07c |
EUC-JP | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
UTF-8 | }|| | 111011101000000110111111011111011110111010000001101111110111110011101110100000011011111101111100 | ee81bf7dee81bf7cee81bf7c |
UHC | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)