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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 溿カ﨟エ | 111110110100101010110110111110111001110110110100 | fb4ab6fb9db4 |
EUC-JP | 溿カ?エ | 1000111111001000101100011000111010110110001111111000111010110100 | 8fc8b18eb63f8eb4 |
UTF-8 | 溿カ﨟エ | 111001101011101010111111111011111011110110110110111011111010100010011111111011111011110110110100 | e6babfefbdb6efa89fefbdb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)