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 | 羆畧\ | 1110001110101111111000010101111101011100 | e3afe15f5c |
EUC-JP | 羆畧\ | 1110011010110001111000011100000001011100 | e6b1e1c05c |
UTF-8 | 羆畧\ | 11100111101111101000011011100111100101011010011101011100 | e7be86e795a75c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)