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 | ツ姆\ | 11000010100110110100011101011100 | c29b475c |
EUC-JP | ツ姆\ | 1000111011000010110101011010100001011100 | 8ec2d5a85c |
UTF-8 | ツ姆\ | 11101111101111101000001011100101101001111000011001011100 | efbe82e5a7865c |
UHC | ?姆\ | 00111111110110011011010101011100 | 3fd9b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)