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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | 焰??\ | 100011111100100111101111001111110011111101011100 | 8fc9ef3f3f5c |
UTF-8 | 焰양씎\ | 11100111100001001011000011101100100101101001000111101100100101001000111001011100 | e784b0ec9691ec948e5c |
UHC | 焰양씎\ | 11100110111110111011111011100111100111011010010101011100 | e6fbbee79da55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)