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 | ?w? | 001111110111011100111111 | 3f773f |
SJIS-WIN | 脱w促 | 1001001001000101011101111001000110100011 | 92457791a3 |
EUC-JP | 脱w促 | 1100001110100110011101111100001010100101 | c3a677c2a5 |
UTF-8 | 脱w促 | 11101000100001001011000101110111111001001011111110000011 | e884b177e4bf83 |
UHC | ?w促 | 00111111011101111111010110110101 | 3f77f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)