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 | øúÙ^ | 1001000011111000111110101101100101011110 | 90f8fad95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?øúÙ^ | 0011111110001111101010011100110010001111101010111110001010001111101010101110001101011110 | 3f8fa9cc8fabe28faae35e |
UTF-8 | øúÙ^ | 110000101001000011000011101110001100001110111010110000111001100101011110 | c290c3b8c3bac3995e |
UHC | ?ø??^ | 001111111010100110101010001111110011111101011110 | 3fa9aa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)