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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 釈廠ァBF | 10001110110111111000111110110001101001110100001001000110 | 8edf8fb1a74246 |
EUC-JP | 釈廠ァBF | 1011110011100001101111101011001110001110101001110100001001000110 | bce1beb38ea74246 |
UTF-8 | 釈廠ァBF | 1110100110000111100010001110010110111011101000001110111110111101101001110100001001000110 | e98788e5bba0efbda74246 |
UHC | ?廠?BF | 001111111111001111011111001111110100001001000110 | 3ff3df3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)