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 | ðûðÀß | 111100001111101111110000110000001000111011011111 | f0fbf0c08edf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ðûðÀ?ß | 10001111101010011100001110001111101010111110010110001111101010011100001110001111101010101010001000111111100011111010100111001110 | 8fa9c38fabe58fa9c38faaa23f8fa9ce |
UTF-8 | ðûðÀß | 110000111011000011000011101110111100001110110000110000111000000011000010100011101100001110011111 | c3b0c3bbc3b0c380c28ec39f |
UHC | ð?ð??ß | 101010011010001100111111101010011010001100111111001111111010100110101100 | a9a33fa9a33f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)