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 | 蝌ッ迴ケ鬣 | 1110010110011000101011111110011110001111101110011110100110100101 | e598afe78fb9e9a5 |
EUC-JP | 蝌ッ迴ケ鬣 | 11101001111110001000111010101111111011011110111110001110101110011111001010100111 | e9f88eafedef8eb9f2a7 |
UTF-8 | 蝌ッ迴ケ鬣 | 111010001001110110001100111011111011110110101111111010001011111110110100111011111011110110111001111010011010110010100011 | e89d8cefbdafe8bfb4efbdb9e9aca3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)