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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篋粱珞 | 111000101011100011100010111010111110000011100010 | e2b8e2ebe0e2 |
EUC-JP | 篋粱珞 | 111001001011101011100100111011011110000011100100 | e4bae4ede0e4 |
UTF-8 | 篋粱珞 | 111001111010111110001011111001111011001010110001111001111000111110011110 | e7af8be7b2b1e78f9e |
UHC | ?粱珞 | 0011111111010101110111001101010110101000 | 3fd5dcd5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)