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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷亥競 | 111010001001110010001000111001011000101110100011 | e89c88e58ba3 |
EUC-JP | 陷亥競 | 111011111111110010110000111001111011011010100101 | effcb0e7b6a5 |
UTF-8 | 陷亥競 | 111010011001100110110111111001001011101010100101111001111010101110110110 | e999b7e4baa5e7abb6 |
UHC | 陷亥競 | 111110011110100011111010101001001100110011100110 | f9e8faa4cce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)