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 | ñäÊé²½ | 1111000111100100110010101110100110001110101100101000111010111101 | f1e4cae98eb28ebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñäÊé???? | 10001111101010111101000010001111101010111010001110001111101010101011010010001111101010111011000100111111001111110011111100111111 | 8fabd08faba38faab48fabb13f3f3f3f |
UTF-8 | ñäÊé²½ | 11000011101100011100001110100100110000111000101011000011101010011100001010001110110000101011001011000010100011101100001010111101 | c3b1c3a4c38ac3a9c28ec2b2c28ec2bd |
UHC | ?????²?½ | 00111111001111110011111100111111001111111010100111110111001111111010100011110110 | 3f3f3f3f3fa9f73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)