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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毅??? | 1000101101000010001111110011111100111111 | 8b423f3f3f |
EUC-JP | 毅??? | 1011010110100011001111110011111100111111 | b5a33f3f3f |
UTF-8 | 毅⒵삜溫 | 111001101010111110000101111000101001001010110101111011001000001010011100111001101011101010101011 | e6af85e292b5ec829ce6baab |
UHC | 毅⒵삜溫 | 1110101111110110101010011110011010011000100111111110100010101110 | ebf6a9e6989fe8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)