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 | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
SJIS-WIN | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
EUC-JP | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
UTF-8 | 룶웡▩I룶 | 11101011101000111011011011101100100110111010000111100010100101101010100101001001111010111010001110110110 | eba3b6ec9ba1e296a949eba3b6 |
UHC | 룶웡▩I룶 | 100011111010101110111111111111011010001011001100010010011000111110101011 | 8fabbffda2cc498fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)