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 | 營??韋?. | 100110100111101000111111001111111110100011101000001111111000000101000100 | 9a7a3f3fe8e83f8144 |
EUC-JP | 營??韋?. | 110100111101101100111111001111111111000011101010001111111010000110100101 | d3db3f3ff0ea3fa1a5 |
UTF-8 | 營뚯궇韋뤻. | 111001111000011110011111111010111001101010101111111010101011011010000111111010011001111110001011111010111010010010111011111011111011110010001110 | e7879feb9aafeab687e99f8beba4bbefbc8e |
UHC | 營뚯궇韋뤻. | 111001111011110110001100111011001000001010100000111010101101111110001111111010011010001110101110 | e7bd8cec82a0eadf8fe9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)