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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ‘ツ〕^ | 11000010100000010110010111000010100000010110110001011110 | c28165c2816c5e |
EUC-JP | ツ‘ツ〕^ | 100011101100001010100001110001101000111011000010101000011100110101011110 | 8ec2a1c68ec2a1cd5e |
UTF-8 | ツ‘ツ〕^ | 11101111101111101000001011100010100000001001100011101111101111101000001011100011100000001001010101011110 | efbe82e28098efbe82e380955e |
UHC | ?‘?〕^ | 00111111101000011010111000111111101000011011001101011110 | 3fa1ae3fa1b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)