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 | 閻狗セッ | 111010001000010110001011111001111011111010101111 | e8858be7beaf |
EUC-JP | 閻狗セッ | 1110111111100101101101101110100110001110101111101000111010101111 | efe5b6e98ebe8eaf |
UTF-8 | 閻狗セッ | 111010011001011010111011111001111000101110010111111011111011110110111110111011111011110110101111 | e996bbe78b97efbdbeefbdaf |
UHC | 閻狗?? | 111001111010001011001111101101110011111100111111 | e7a2cfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)