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 | 鬩滓覧 | 111010011010100110011111111001101001011110010111 | e9a99fe69797 |
EUC-JP | 鬩滓覧 | 111100101010101111011110111010001100110111110111 | f2abdee8cdf7 |
UTF-8 | 鬩滓覧 | 111010011010110010101001111001101011101110010011111010001010011010100111 | e9aca9e6bb93e8a6a7 |
UHC | ?滓? | 00111111111011101010101100111111 | 3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)