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 | 絽滑厳豎 | 1110001101010111100010101000101010001100101101011110011010110001 | e3578a8a8cb5e6b1 |
EUC-JP | 絽滑厳豎 | 1110010110111000101100111110101010111000101101111110110010110011 | e5b8b3eab8b7ecb3 |
UTF-8 | 絽滑厳豎 | 111001111011010110111101111001101011101110010001111001011000111010110011111010001011000110001110 | e7b5bde6bb91e58eb3e8b18e |
UHC | ?滑?? | 0011111111111100110000010011111100111111 | 3ffcc13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)