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 | ð¸¾éñ» | 1111000010111000100011101011111011101001111100011000111010111011 | f0b88ebee9f18ebb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ð¸??éñ?? | 10001111101010011100001110001111101000101011000100111111001111111000111110101011101100011000111110101011110100000011111100111111 | 8fa9c38fa2b13f3f8fabb18fabd03f3f |
UTF-8 | ð¸¾éñ» | 11000011101100001100001010111000110000101000111011000010101111101100001110101001110000111011000111000010100011101100001010111011 | c3b0c2b8c28ec2bec3a9c3b1c28ec2bb |
UHC | �???? | 1010100110100011101000101010110000111111101010001111101000111111001111110011111100111111 | a9a3a2ac3fa8fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)