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 | 霓、迢ゥ髷Э | 11101000101111011010010011100111100010111010100111101001100111101000010001011110 | e8bda4e78ba9e99e845e |
EUC-JP | 霓、迢ゥ髷Э | 111100001011111110001110101001001110110111101011100011101010100111110001111111101010011110111111 | f0bf8ea4edeb8ea9f1fea7bf |
UTF-8 | 霓、迢ゥ髷Э | 1110100110011100100100111110111110111101101001001110100010111111101000101110111110111101101010011110100110101011101101111101000010101101 | e99c93efbda4e8bfa2efbda9e9abb7d0ad |
UHC | 霓????Э | 1110011111100111001111110011111100111111001111111010110010111111 | e7e73f3f3f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)