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 | 莟悟┣罌 | 1110010010101111100011001110010110000100101100001110001110100000 | e4af8ce584b0e3a0 |
EUC-JP | 莟悟┣罌 | 1110100010110001101110001110011110101000101100101110011010100010 | e8b1b8e7a8b2e6a2 |
UTF-8 | 莟悟┣罌 | 111010001000111010011111111001101000001010011111111000101001010010100011111001111011110110001100 | e88e9fe6829fe294a3e7bd8c |
UHC | ?悟┣罌 | 00111111111001111111011010100110101100101110010110100010 | 3fe7f6a6b2e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)