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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 顏ァo | 11101000111110001010011101101111 | e8f8a76f |
EUC-JP | 顏ァo | 1111000011111010100011101010011101101111 | f0fa8ea76f |
UTF-8 | 顏ァo | 11101001101000011000111111101111101111011010011101101111 | e9a18fefbda76f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)