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 | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
UTF-8 | 혷D횪첩혷혡 | 11101101100110001011011101000100111011011001101010101010111011001011001010101001111011011001100010110111111011011001100010100001 | ed98b744ed9aaaecb2a9ed98b7ed98a1 |
UHC | 혷D횪첩혷혡 | 1100001010011110010001001100001110100000110000111011100011000010100111101100001010001010 | c29e44c3a0c3b8c29ec28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)