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 | 酌邪萋酌邪 | 10001110110111101000111011010111111001001100010010001110110111101000111011010111 | 8ede8ed7e4c48ede8ed7 |
EUC-JP | 酌邪萋酌邪 | 10111100111000001011110011011001111010001100011010111100111000001011110011011001 | bce0bcd9e8c6bce0bcd9 |
UTF-8 | 酌邪萋酌邪 | 111010011000010110001100111010011000001010101010111010001001000010001011111010011000010110001100111010011000001010101010 | e9858ce982aae8908be9858ce982aa |
UHC | 酌邪?酌邪 | 111011011100110011011110111101110011111111101101110011001101111011110111 | edccdef73fedccdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)