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 | 鞜咬成 | 111010001101111110011001111110011001000010101100 | e8df99f990ac |
EUC-JP | 鞜咬成 | 111100001110000111010010111110111100000010101110 | f0e1d2fbc0ae |
UTF-8 | 鞜咬成 | 111010011001111010011100111001011001001010101100111001101000100010010000 | e99e9ce592ace68890 |
UHC | ?咬成 | 0011111111001110111000011110000011110111 | 3fcee1e0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)