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 | 1001101011100001100101100101111110010111101101101001000001010110 | 9ae1965f97b69056 |
SJIS-WIN | ???_?¶?V | 001111110011111100111111010111110011111110000001111101110011111101010110 | 3f3f3f5f3f81f73f56 |
EUC-JP | ?á?_?¶?V | 0011111110001111101010111010000100111111010111110011111110100010111110010011111101010110 | 3f8faba13f5f3fa2f93f56 |
UTF-8 | á_¶V | 1100001010011010110000111010000111000010100101100101111111000010100101111100001010110110110000101001000001010110 | c29ac3a1c2965fc297c2b6c29056 |
UHC | ???_?¶?V | 001111110011111100111111010111110011111110100010110100100011111101010110 | 3f3f3f5f3fa2d23f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)