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 | ûÛ»²] | 1111101111011011101110111011001001011101 | fbdbbbb25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ûÛ??] | 100011111010101111100101100011111010101011100101001111110011111101011101 | 8fabe58faae53f3f5d |
UTF-8 | ûÛ»²] | 110000111011101111000011100110111100001010111011110000101011001001011101 | c3bbc39bc2bbc2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)