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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荵伜スァ荵 | 1110010010111001100110001110010110111101101001111110010010111001 | e4b998e5bda7e4b9 |
EUC-JP | 荵伜スァ荵 | 11101000101110111101000011100111100011101011110110001110101001111110100010111011 | e8bbd0e78ebd8ea7e8bb |
UTF-8 | 荵伜スァ荵 | 111010001000110110110101111001001011110010011100111011111011110110111101111011111011110110100111111010001000110110110101 | e88db5e4bc9cefbdbdefbda7e88db5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)