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 | 鬩滓聴 | 111010011010100110011111111001101001001010101110 | e9a99fe692ae |
EUC-JP | 鬩滓聴 | 111100101010101111011110111010001100010010110000 | f2abdee8c4b0 |
UTF-8 | 鬩滓聴 | 111010011010110010101001111001101011101110010011111010001000000110110100 | e9aca9e6bb93e881b4 |
UHC | ?滓? | 00111111111011101010101100111111 | 3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)