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 | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
SJIS-WIN | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
EUC-JP | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
UTF-8 | 혷A챌횘혷짰 | 11101101100110001011011101000001111011001011000110001100111011011001101010011000111011011001100010110111111011001010011110110000 | ed98b741ecb18ced9a98ed98b7eca7b0 |
UHC | 혷A챌횘혷짰 | 1100001010011110010000011100001110100111110000111001001011000010100111101100001010101110 | c29e41c3a7c392c29ec2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)