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 | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
SJIS-WIN | 偲悉篠自BB | 10001110110000111000111010111011100011101100001010001110101010010100001001000010 | 8ec38ebb8ec28ea94242 |
EUC-JP | 偲悉篠自BB | 10111100110001011011110010111101101111001100010010111100101010110100001001000010 | bcc5bcbdbcc4bcab4242 |
UTF-8 | 偲悉篠自BB | 1110010110000001101100101110011010000010100010011110011110101111101000001110100010000111101010100100001001000010 | e581b2e68289e7afa0e887aa4242 |
UHC | ?悉篠自BB | 001111111110001111111010111000011100011011101101101110110100001001000010 | 3fe3fae1c6edbb4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)