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 | y«I | 100111110111100110000001101010111000000101001001 | 9f7981ab8149 |
SJIS-WIN | ?y???I | 001111110111100100111111001111110011111101001001 | 3f793f3f3f49 |
EUC-JP | ?y???I | 001111110111100100111111001111110011111101001001 | 3f793f3f3f49 |
UTF-8 | y«I | 11000010100111110111100111000010100000011100001010101011110000101000000101001001 | c29f79c281c2abc28149 |
UHC | ?y???I | 001111110111100100111111001111110011111101001001 | 3f793f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)