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 | òá²~ | 100011101100001110001110101100101000111011000011101000011011001001111110 | 8ec38eb28ec3a1b27e |
SJIS-WIN | ????????~ | 001111110011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f3f7e |
EUC-JP | ?�??á?~ | 001111111000111110101010101010100011111100111111001111111000111110101010101010101000111110100010110000100011111101111110 | 3f8faaaa3f3f3f8faaaa8fa2c23f7e |
UTF-8 | òá²~ | 1100001010001110110000111000001111000010100011101100001010110010110000101000111011000011100000111100001010100001110000101011001001111110 | c28ec383c28ec2b2c28ec383c2a1c2b27e |
UHC | ???²??¡²~ | 001111110011111100111111101010011111011100111111001111111010001010101110101010011111011101111110 | 3f3f3fa9f73f3fa2aea9f77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)