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 | Îï\ | 110011101110111101011100 | ceef5c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | Îï\ | 10001111101010101100001010001111101010111100000101011100 | 8faac28fabc15c |
UTF-8 | Îï\ | 1100001110001110110000111010111101011100 | c38ec3af5c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)