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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?腺 | 001111111001000101000010 | 3f9142 |
EUC-JP | 縯腺 | 1000111111010100110010111100000110100011 | 8fd4cbc1a3 |
UTF-8 | 縯腺 | 111001111011100010101111111010001000010110111010 | e7b8afe885ba |
UHC | 縯腺 | 11100110111000001110000011001101 | e6e0e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)