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 | ºà¼ß¿ | 100011101011101011100000101111001101111110111111 | 8ebae0bcdfbf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ºà?ß¿ | 0011111110001111101000101110101110001111101010111010001000111111100011111010100111001110100011111010001011000100 | 3f8fa2eb8faba23f8fa9ce8fa2c4 |
UTF-8 | ºà¼ß¿ | 110000101000111011000010101110101100001110100000110000101011110011000011100111111100001010111111 | c28ec2bac3a0c2bcc39fc2bf |
UHC | ?º?¼ß¿ | 00111111101010001010110000111111101010001111100110101001101011001010001010101111 | 3fa8ac3fa8f9a9aca2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)