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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | ?獒?V | 001111111000111111001011101110110011111101010110 | 3f8fcbbb3f56 |
UTF-8 | 쒔獒롛V | 11101100100100101001010011100111100011011001001011101011101000011001101101010110 | ec9294e78d92eba19b56 |
UHC | 쒔獒롛V | 10111110101011011110100010100011100011101101111101010110 | beade8a38edf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)