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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??!^ | 0011111100111111100000010100100101011110 | 3f3f81495e |
EUC-JP | ??!^ | 0011111100111111101000011010101001011110 | 3f3fa1aa5e |
UTF-8 | 硫좈!^ | 11101111101001111000111011101100101000101000100011101111101111001000000101011110 | efa78eeca288efbc815e |
UHC | 硫좈!^ | 11101011101010011010000011101001101000111010000101011110 | eba9a0e9a3a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)