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 | û¦øùBF | 111110111010011011111000111110010100001001000110 | fba6f8f94246 |
SJIS-WIN | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
EUC-JP | û¦øùBF | 1000111110101011111001011000111110100010110000111000111110101001110011001000111110101011111000110100001001000110 | 8fabe58fa2c38fa9cc8fabe34246 |
UTF-8 | û¦øùBF | 11000011101110111100001010100110110000111011100011000011101110010100001001000110 | c3bbc2a6c3b8c3b94246 |
UHC | ??ø?BF | 00111111001111111010100110101010001111110100001001000110 | 3f3fa9aa3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)