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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 暲?? | 11111010110111000011111100111111 | fadc3f3f |
EUC-JP | 暲®? | 10001111110000101101101110001111101000101110111000111111 | 8fc2db8fa2ee3f |
UTF-8 | 暲®밤 | 1110011010011010101100101100001010101110111010111011000010100100 | e69ab2c2aeebb0a4 |
UHC | 暲®밤 | 111011011110011110100010111001111011100111100011 | ede7a2e7b9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)