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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?妖~ | 00111111100101110110010001111110 | 3f97647e |
EUC-JP | ?妖~ | 00111111110011011100010101111110 | 3fcdc57e |
UTF-8 | 숥妖~ | 11101100100010001010010111100101101001101001011001111110 | ec88a5e5a6967e |
UHC | 숥妖~ | 1001101001000010111010001110110101111110 | 9a42e8ed7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)