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 | 荵伜スァ裘 | 1110010010111001100110001110010110111101101001111110010111100010 | e4b998e5bda7e5e2 |
EUC-JP | 荵伜スァ裘 | 11101000101110111101000011100111100011101011110110001110101001111110101011100100 | e8bbd0e78ebd8ea7eae4 |
UTF-8 | 荵伜スァ裘 | 111010001000110110110101111001001011110010011100111011111011110110111101111011111011110110100111111010001010001110011000 | e88db5e4bc9cefbdbdefbda7e8a398 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)