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 | íä¸ê²½ | 1110110111100100101110001110101010001110101100101000111010111101 | ede4b8ea8eb28ebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íä¸ê???? | 10001111101010111011111110001111101010111010001110001111101000101011000110001111101010111011010000111111001111110011111100111111 | 8fabbf8faba38fa2b18fabb43f3f3f3f |
UTF-8 | íä¸ê²½ | 11000011101011011100001110100100110000101011100011000011101010101100001010001110110000101011001011000010100011101100001010111101 | c3adc3a4c2b8c3aac28ec2b2c28ec2bd |
UHC | ??¸??²?½ | 0011111100111111101000101010110000111111001111111010100111110111001111111010100011110110 | 3f3fa2ac3f3fa9f73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)