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 | ²ò\ | 101100101111001001011100 | b2f25c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ?ò\ | 0011111110001111101010111101001001011100 | 3f8fabd25c |
UTF-8 | ²ò\ | 1100001010110010110000111011001001011100 | c2b2c3b25c |
UHC | ²?\ | 10101001111101110011111101011100 | a9f73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)