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 | 絽滑減觴 | 1110001101010111100010101000101010001100101110001110011001011011 | e3578a8a8cb8e65b |
EUC-JP | 絽滑減觴 | 1110010110111000101100111110101010111000101110101110101110111100 | e5b8b3eab8baebbc |
UTF-8 | 絽滑減觴 | 111001111011010110111101111001101011101110010001111001101011100010011011111010001010011110110100 | e7b5bde6bb91e6b89be8a7b4 |
UHC | ?滑減觴 | 00111111111111001100000111001010111101011101111111011000 | 3ffcc1caf5dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)