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 | η[η[^ | 11001110101101110101101111001110101101110101101101011110 | ceb75bceb75b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | Î?[Î?[^ | 1000111110101010110000100011111101011011100011111010101011000010001111110101101101011110 | 8faac23f5b8faac23f5b5e |
UTF-8 | η[η[^ | 1100001110001110110000101011011101011011110000111000111011000010101101110101101101011110 | c38ec2b75bc38ec2b75b5e |
UHC | ?·[?·[^ | 001111111010000110100100010110110011111110100001101001000101101101011110 | 3fa1a45b3fa1a45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)