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 | ²ò~ | 101100101111001001111110 | b2f27e |
SJIS-WIN | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | ?ò~ | 0011111110001111101010111101001001111110 | 3f8fabd27e |
UTF-8 | ²ò~ | 1100001010110010110000111011001001111110 | c2b2c3b27e |
UHC | ²?~ | 10101001111101110011111101111110 | a9f73f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)