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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 依??矣 | 100010001100101100111111001111111110000111100001 | 88cb3f3fe1e1 |
EUC-JP | 依??矣 | 101100001100110100111111001111111110001011100011 | b0cd3f3fe2e3 |
UTF-8 | 依먯옂矣 | 111001001011111010011101111010111010100010101111111011001001100010000010111001111001111110100011 | e4be9deba8afec9882e79fa3 |
UHC | 依먯옂矣 | 1110101111101110100100001110110010011110100011101110101111111000 | ebee90ec9e8eebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)