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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酌邪貲酌邪 | 10001110110111101000111011010111111001101100010110001110110111101000111011010111 | 8ede8ed7e6c58ede8ed7 |
EUC-JP | 酌邪貲酌邪 | 10111100111000001011110011011001111011001100011110111100111000001011110011011001 | bce0bcd9ecc7bce0bcd9 |
UTF-8 | 酌邪貲酌邪 | 111010011000010110001100111010011000001010101010111010001011001010110010111010011000010110001100111010011000001010101010 | e9858ce982aae8b2b2e9858ce982aa |
UHC | 酌邪?酌邪 | 111011011100110011011110111101110011111111101101110011001101111011110111 | edccdef73fedccdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)