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 | 正捧?正 | 10010000101100111001010111111001001111111001000010110011 | 90b395f93f90b3 |
EUC-JP | 正捧雯正 | 110000001011010111001010111110111000111111100110111110111100000010110101 | c0b5cafb8fe6fbc0b5 |
UTF-8 | 正捧雯正 | 111001101010110110100011111001101000110110100111111010011001101110101111111001101010110110100011 | e6ada3e68da7e99bafe6ada3 |
UHC | 正捧雯正 | 1110111111100001110111001110100111011010101001111110111111100001 | efe1dce9daa7efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)