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 | ûÙæÚç | 1111101111011001111001101101101011100111 | fbd9e6dae7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ûÙæÚç | 100011111010101111100101100011111010101011100011100011111010100111000001100011111010101011100010100011111010101110101110 | 8fabe58faae38fa9c18faae28fabae |
UTF-8 | ûÙæÚç | 11000011101110111100001110011001110000111010011011000011100110101100001110100111 | c3bbc399c3a6c39ac3a7 |
UHC | ??æ?? | 001111110011111110101001101000010011111100111111 | 3f3fa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)