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 | òÃ~ | 100011101100001110001110101100101000111011000011100011101010110101111110 | 8ec38eb28ec38ead7e |
SJIS-WIN | ????????~ | 001111110011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f3f7e |
EUC-JP | ?Ã???Ã??~ | 00111111100011111010101010101010001111110011111100111111100011111010101010101010001111110011111101111110 | 3f8faaaa3f3f3f8faaaa3f3f7e |
UTF-8 | òÃ~ | 1100001010001110110000111000001111000010100011101100001010110010110000101000111011000011100000111100001010001110110000101010110101111110 | c28ec383c28ec2b2c28ec383c28ec2ad7e |
UHC | ???²???~ | 0011111100111111001111111010100111110111001111110011111100111111101000011010100101111110 | 3f3f3fa9f73f3f3fa1a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)