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 | ???[k | 0011111100111111001111110101101101101011 | 3f3f3f5b6b |
SJIS-WIN | 篠ンチ[k | 100011101100001011011101110000010101101101101011 | 8ec2ddc15b6b |
EUC-JP | 篠ンチ[k | 1011110011000100100011101101110110001110110000010101101101101011 | bcc48edd8ec15b6b |
UTF-8 | 篠ンチ[k | 1110011110101111101000001110111110111110100111011110111110111110100000010101101101101011 | e7afa0efbe9defbe815b6b |
UHC | 篠??[k | 111000011100011000111111001111110101101101101011 | e1c63f3f5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)