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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠑ー雉∬罐鬆 | 1110010110111100101100001110100010110011100000011110100011100011101000111110100110100000 | e5bcb0e8b381e8e3a3e9a0 |
EUC-JP | 蠑ー雉∬罐鬆 | 111010101011111010001110101100001111000010110101101000101110101011100110101001011111001010100010 | eabe8eb0f0b5a2eae6a5f2a2 |
UTF-8 | 蠑ー雉∬罐鬆 | 111010001010000010010001111011111011110110110000111010011001101110001001111000101000100010101100111001111011110110010000111010011010110010000110 | e8a091efbdb0e99b89e288ace7bd90e9ac86 |
UHC | ??雉∬罐? | 001111110011111111110110110010111010000111110011110011101011100000111111 | 3f3ff6cba1f3ceb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)