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?? | 00111111001111110011111100111111010001000011111100111111 | 3f3f3f3f443f3f |
SJIS-WIN | ????D?? | 00111111001111110011111100111111010001000011111100111111 | 3f3f3f3f443f3f |
EUC-JP | ????D?? | 00111111001111110011111100111111010001000011111100111111 | 3f3f3f3f443f3f |
UTF-8 | 횄혷횄쨩D횄혳 | 11101101100110101000010011101101100110001011011111101101100110101000010011101100101010001010100101000100111011011001101010000100111011011001100010110011 | ed9a84ed98b7ed9a84eca8a944ed9a84ed98b3 |
UHC | 횄혷횄쨩D횄혳 | 11000011100000111100001010011110110000111000001111000010101110110100010011000011100000111100001010011010 | c383c29ec383c2bb44c383c29a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)