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 | 預??有 | 100101110110000100111111001111111001011101001100 | 97613f3f974c |
EUC-JP | 預??有 | 110011011100001000111111001111111100110110101101 | cdc23f3fcdad |
UTF-8 | 預룬겘有 | 111010011010000010010000111010111010001110101100111010101011001010011000111001101001110010001001 | e9a090eba3aceab298e69c89 |
UHC | 預룬겘有 | 1110011111101000101101111110100110000001101011111110101011110011 | e7e8b7e981afeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)