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 | 篌}篌|篌| | 111000101011101001111101111000101011101001111100111000101011101001111100 | e2ba7de2ba7ce2ba7c |
EUC-JP | 篌}篌|篌| | 111001001011110001111101111001001011110001111100111001001011110001111100 | e4bc7de4bc7ce4bc7c |
UTF-8 | 篌}篌|篌| | 111001111010111110001100011111011110011110101111100011000111110011100111101011111000110001111100 | e7af8c7de7af8c7ce7af8c7c |
UHC | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)