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 | 籬ル旭跌 | 1110001011011111100000111000101110001000101011101110011011101001 | e2df838b88aee6e9 |
EUC-JP | 籬ル旭跌 | 1110010011100001101001011110101110110000101100001110110011101011 | e4e1a5ebb0b0eceb |
UTF-8 | 籬ル旭跌 | 111001111011000110101100111000111000001110101011111001101001011110101101111010001011011110001100 | e7b1ace383abe697ade8b78c |
UHC | 籬ル旭跌 | 1101011111100110101010111110101111101001111011111111001011110110 | d7e6abebe9eff2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)