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 | ン袿 | 11011101111101011100000011100101110111011111010111011101 | ddf5c0e5ddf5dd |
EUC-JP | ン?袿? | 100011101101110100111111111010101101111100111111 | 8edd3feadf3f |
UTF-8 | ン袿 | 111011111011111010011101111011101001000010101011111010001010001010111111111011101001000110001000 | efbe9dee90abe8a2bfee9188 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)