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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 畩碚畩碚^ | 111000010101110111100001111011101110000101011101111000011110111001011110 | e15de1eee15de1ee5e |
EUC-JP | 畩碚畩碚^ | 111000011011111011100010111100001110000110111110111000101111000001011110 | e1bee2f0e1bee2f05e |
UTF-8 | 畩碚畩碚^ | 11100111100101011010100111100111101000101001101011100111100101011010100111100111101000101001101001011110 | e795a9e7a29ae795a9e7a29a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)