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 | ??@??V | 001111110011111101000000001111110011111101010110 | 3f3f403f3f56 |
SJIS-WIN | ??@??V | 001111110011111101000000001111110011111101010110 | 3f3f403f3f56 |
EUC-JP | ??@??V | 001111110011111101000000001111110011111101010110 | 3f3f403f3f56 |
UTF-8 | 횂혷@횄혻V | 1110110110011010100000101110110110011000101101110100000011101101100110101000010011101101100110001011101101010110 | ed9a82ed98b740ed9a84ed98bb56 |
UHC | 횂혷@횄혻V | 11000011100000101100001010011110010000001100001110000011110000101010000001010110 | c382c29e40c383c2a056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)