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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 節??oBF | 10010000110111110011111100111111011011110100001001000110 | 90df3f3f6f4246 |
EUC-JP | 節??oBF | 11000000111000010011111100111111011011110100001001000110 | c0e13f3f6f4246 |
UTF-8 | 節곤쉈oBF | 111001111010111110000000111010101011001110100100111011001000100110001000011011110100001001000110 | e7af80eab3a4ec89886f4246 |
UHC | 節곤쉈oBF | 111011111011110110110000111011111011110110100101011011110100001001000110 | efbdb0efbda56f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)