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 | 絽滑減矗 | 1110001101010111100010101000101010001100101110001110000111011110 | e3578a8a8cb8e1de |
EUC-JP | 絽滑減矗 | 1110010110111000101100111110101010111000101110101110001011100000 | e5b8b3eab8bae2e0 |
UTF-8 | 絽滑減矗 | 111001111011010110111101111001101011101110010001111001101011100010011011111001111001111110010111 | e7b5bde6bb91e6b89be79f97 |
UHC | ?滑減矗 | 00111111111111001100000111001010111101011111010110111000 | 3ffcc1caf5f5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)