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 | ン袿 | 1101110111110101110000001110010111011101 | ddf5c0e5dd |
EUC-JP | ン?袿 | 1000111011011101001111111110101011011111 | 8edd3feadf |
UTF-8 | ン袿 | 111011111011111010011101111011101001000010101011111010001010001010111111 | efbe9dee90abe8a2bf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)