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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?礪? | 00111111111000011110100000111111 | 3fe1e83f |
EUC-JP | ?礪熢 | 001111111110001011101010100011111100101010101011 | 3fe2ea8fcaab |
UTF-8 | 뤵礪熢 | 111010111010010010110101111001111010010010101010111001111000011010100010 | eba4b5e7a4aae786a2 |
UHC | 뤵礪熢 | 100011111110001111010101111011001101110011101100 | 8fe3d5ecdcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)