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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 治ユシBF | 11110000101111001000111010100001111100001011110111010101101111000100001001000110 | f0bc8ea1f0bdd5bc4246 |
EUC-JP | ?治?ユシBF | 00111111101111001010001100111111100011101101010110001110101111000100001001000110 | 3fbca33f8ed58ebc4246 |
UTF-8 | 治ユシBF | 1110111010000001101110111110011010110010101110111110111010000001101111001110111110111110100101011110111110111101101111000100001001000110 | ee81bbe6b2bbee81bcefbe95efbdbc4246 |
UHC | ?治???BF | 0011111111110110101111010011111100111111001111110100001001000110 | 3ff6bd3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)