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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 烙}烙{^ | 11100000100000000111110111100000100000000111101101011110 | e0807de0807b5e |
EUC-JP | 烙}烙{^ | 11011111111000000111110111011111111000000111101101011110 | dfe07ddfe07b5e |
UTF-8 | 烙}烙{^ | 111001111000001110011001011111011110011110000011100110010111101101011110 | e783997de783997b5e |
UHC | 烙}烙{^ | 11010101101001110111110111010101101001110111101101011110 | d5a77dd5a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)