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 | ????壓? | 00111111001111110011111100111111100110101101100000111111 | 3f3f3f3f9ad83f |
EUC-JP | ????壓? | 00111111001111110011111100111111110101001101101000111111 | 3f3f3f3fd4da3f |
UTF-8 | 손섶손섟壓소 | 111011001000011010010000111011001000010010110110111011001000011010010000111011001000010010011111111001011010001110010011111011001000011010001100 | ec8690ec84b6ec8690ec849fe5a393ec868c |
UHC | 손섶손섟壓소 | 101111001101010110111100101110111011110011010101101111001011000011100100111000101011110011010010 | bcd5bcbbbcd5bcb0e4e2bcd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)