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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 竺湿G | 1000111010110001100011101011110001000111 | 8eb18ebc47 |
EUC-JP | 竺湿G | 1011110010110011101111001011111001000111 | bcb3bcbe47 |
UTF-8 | 竺湿G | 11100111101010111011101011100110101110011011111101000111 | e7abbae6b9bf47 |
UHC | 竺?G | 11110101111001110011111101000111 | f5e73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)