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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 只??殞?只 | 100100011111110000111111001111111001111101101101001111111001000111111100 | 91fc3f3f9f6d3f91fc |
EUC-JP | 只??殞?只 | 110000101111111000111111001111111101110111001110001111111100001011111110 | c2fe3f3fddce3fc2fe |
UTF-8 | 只재맑殞렣只 | 111001011000111110101010111011001001111010101100111010111010011110010001111001101010111010011110111010111010000010100011111001011000111110101010 | e58faaec9eaceba791e6ae9eeba0a3e58faa |
UHC | 只재맑殞렣只 | 111100011111111011000000111001111011100010111100111010011111100110001110101101001111000111111110 | f1fec0e7b8bce9f98eb4f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)