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 | 賰堤スィ | 111110111010110110010010111001111011110110101000 | fbad92e7bda8 |
EUC-JP | 賰堤スィ | 100011111101111110111001110001001110100110001110101111011000111010101000 | 8fdfb9c4e98ebd8ea8 |
UTF-8 | 賰堤スィ | 111010001011001110110000111001011010000010100100111011111011110110111101111011111011110110101000 | e8b3b0e5a0a4efbdbdefbda8 |
UHC | ?堤?? | 0011111111110000101001110011111100111111 | 3ff0a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)