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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 邁ァV | 11100111101100001010011101010110 | e7b0a756 |
EUC-JP | 邁ァV | 1110111010110010100011101010011101010110 | eeb28ea756 |
UTF-8 | 邁ァV | 11101001100000101000000111101111101111011010011101010110 | e98281efbda756 |
UHC | 邁?V | 11011000111001000011111101010110 | d8e43f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)