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 | 10001111111001111111001011111011010110110100001001000110 | 8fe7f2fb5b4246 |
SJIS-WIN | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
EUC-JP | ?çòû[BF | 00111111100011111010101110101110100011111010101111010010100011111010101111100101010110110100001001000110 | 3f8fabae8fabd28fabe55b4246 |
UTF-8 | çòû[BF | 1100001010001111110000111010011111000011101100101100001110111011010110110100001001000110 | c28fc3a7c3b2c3bb5b4246 |
UHC | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)