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 | 霍」豕Э | 11101000101101111010001111100110101100111000010001011110 | e8b7a3e6b3845e |
EUC-JP | 霍」豕Э | 1111000010111001100011101010001111101100101101011010011110111111 | f0b98ea3ecb5a7bf |
UTF-8 | 霍」豕Э | 1110100110011100100011011110111110111101101000111110100010110001100101011101000010101101 | e99c8defbda3e8b195d0ad |
UHC | ??豕Э | 001111110011111111100011110011101010110010111111 | 3f3fe3ceacbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)