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 | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | 漆爵IoBF | 1000111010111101100011101101110101001001011011110100001001000110 | 8ebd8edd496f4246 |
EUC-JP | 漆爵IoBF | 1011110010111111101111001101111101001001011011110100001001000110 | bcbfbcdf496f4246 |
UTF-8 | 漆爵IoBF | 11100110101111001000011011100111100010001011010101001001011011110100001001000110 | e6bc86e788b5496f4246 |
UHC | 漆爵IoBF | 1111011011010100111011011100100101001001011011110100001001000110 | f6d4edc9496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)