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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
UTF-8 | 혫쨉h혫쨉h | 1110110110011000101010111110110010101000100010010110100011101101100110001010101111101100101010001000100101101000 | ed98abeca88968ed98abeca88968 |
UHC | 혫쨉h혫쨉h | 11000010100100111100001010110101011010001100001010010011110000101011010101101000 | c293c2b568c293c2b568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)