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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ツ‘ツ〕] | 11000010100000010110010111000010100000010110110001011101 | c28165c2816c5d |
EUC-JP | ツ‘ツ〕] | 100011101100001010100001110001101000111011000010101000011100110101011101 | 8ec2a1c68ec2a1cd5d |
UTF-8 | ツ‘ツ〕] | 11101111101111101000001011100010100000001001100011101111101111101000001011100011100000001001010101011101 | efbe82e28098efbe82e380955d |
UHC | ?‘?〕] | 00111111101000011010111000111111101000011011001101011101 | 3fa1ae3fa1b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)