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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍ょキ曖 | 11101001100000101000001011100101101101111001111001000010 | e98282e5b79e42 |
EUC-JP | 驍ょキ曖 | 1111000111100010101001001110011110001110101101111101101110100011 | f1e2a4e78eb7dba3 |
UTF-8 | 驍ょキ曖 | 111010011010100110001101111000111000001010000111111011111011110110110111111001101001101110010110 | e9a98de38287efbdb7e69b96 |
UHC | 驍ょ?曖 | 11111101101001001010101011100111001111111110010011110010 | fda4aae73fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)