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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?忌^ | 00111111100010101111010101011110 | 3f8af55e |
EUC-JP | ?忌^ | 00111111101101001111011101011110 | 3fb4f75e |
UTF-8 | 뤚忌^ | 11101011101001001001101011100101101111111000110001011110 | eba49ae5bf8c5e |
UHC | 뤚忌^ | 1000111111001001110100001111101101011110 | 8fc9d0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)