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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 瓏羚\ | 1110000011111010111000111011011101011100 | e0fae3b75c |
EUC-JP | 瓏羚\ | 1110000011111100111001101011100101011100 | e0fce6b95c |
UTF-8 | 瓏羚\ | 11100111100100111000111111100111101111101001101001011100 | e7938fe7be9a5c |
UHC | 瓏羚\ | 1101011011101010110101101011111001011100 | d6ead6be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)