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 | 豸係\ | 1110011010110110100011000101011101011100 | e6b68c575c |
EUC-JP | 豸係\ | 1110110010111000101101111011100001011100 | ecb8b7b85c |
UTF-8 | 豸係\ | 11101000101100011011100011100100101111111000001001011100 | e8b1b8e4bf825c |
UHC | ?係\ | 00111111110011001111010101011100 | 3fccf55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)