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 | ?↑?炎 | 001111111000000110101010001111111000100110001010 | 3f81aa3f898a |
EUC-JP | 焰↑?炎 | 1000111111001001111011111010001010101100001111111011000111101010 | 8fc9efa2ac3fb1ea |
UTF-8 | 焰↑솤炎 | 111001111000010010110000111000101000011010010001111011001000011010100100111001111000001010001110 | e784b0e28691ec86a4e7828e |
UHC | 焰↑솤炎 | 1110011011111011101000011110100010011001100111101110011011111010 | e6fba1e8999ee6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)