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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?讙譌貉湜幢 | 0011111111100110101010101110011010010111111001101011100111111011010001111001101111101111 | 3fe6aae697e6b9fb479bef |
EUC-JP | 淶讙譌貉湜幢 | 1000111111000111111001011110110010101100111010111111011111101100101110111000111111000111111111001101011011110001 | 8fc7e5ecacebf7ecbb8fc7fcd6f1 |
UTF-8 | 淶讙譌貉湜幢 | 111001101011011110110110111010001010111010011001111010001010110110001100111010001011001010001001111001101011100110011100111001011011100110100010 | e6b7b6e8ae99e8ad8ce8b289e6b99ce5b9a2 |
UHC | ????湜幢 | 0011111100111111001111110011111111100011110101111101001111010011 | 3f3f3f3fe3d7d3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)