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 | 1000111011011111100011101010110001001001011011110100001001000110 | 8edf8eac496f4246 |
EUC-JP | 釈汐IoBF | 1011110011100001101111001010111001001001011011110100001001000110 | bce1bcae496f4246 |
UTF-8 | 釈汐IoBF | 11101001100001111000100011100110101100011001000001001001011011110100001001000110 | e98788e6b190496f4246 |
UHC | ?汐IoBF | 00111111111000001011000101001001011011110100001001000110 | 3fe0b1496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)