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 | 霓」譎橸スァ | 111010001011110110100011111001101001100110011110111011111011110110100111 | e8bda3e6999eefbda7 |
EUC-JP | 霓」譎橸スァ | 111100001011111110001110101000111110101111111001110111001111000110001110101111011000111010100111 | f0bf8ea3ebf9dcf18ebd8ea7 |
UTF-8 | 霓」譎橸スァ | 111010011001110010010011111011111011110110100011111010001010110110001110111001101010100110111000111011111011110110111101111011111011110110100111 | e99c93efbda3e8ad8ee6a9b8efbdbdefbda7 |
UHC | 霓?譎??? | 1110011111100111001111111111110111010010001111110011111100111111 | e7e73ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)