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 | 苣悟畿矜 | 1110010010010000100011001110010110001011010001011110000111100000 | e4908ce58b45e1e0 |
EUC-JP | 苣悟畿矜 | 1110011111110000101110001110011110110101101001101110001011100010 | e7f0b8e7b5a6e2e2 |
UTF-8 | 苣悟畿矜 | 111010001000101110100011111001101000001010011111111001111001010110111111111001111001111110011100 | e88ba3e6829fe795bfe79f9c |
UHC | ?悟畿矜 | 00111111111001111111011011010001101100101101000011101000 | 3fe7f6d1b2d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)