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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒ッ陋サ逋ァ | 111001111011111010101111111010001001101110111011111001111001100110100111 | e7beafe89bbbe799a7 |
EUC-JP | 鄒ッ陋サ逋ァ | 111011101100000010001110101011111110111111111011100011101011101111101101111110011000111010100111 | eec08eafeffb8ebbedf98ea7 |
UTF-8 | 鄒ッ陋サ逋ァ | 111010011000010010010010111011111011110110101111111010011001100110001011111011111011110110111011111010011000000010001011111011111011110110100111 | e98492efbdafe9998befbdbbe9808befbda7 |
UHC | 鄒?陋?逋? | 111101011101101100111111110101111011000000111111111110001110011100111111 | f5db3fd7b03ff8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)