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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絽滑遣 | 111000110101011110001010100010101000110010101101 | e3578a8a8cad |
EUC-JP | 絽滑遣 | 111001011011100010110011111010101011100010101111 | e5b8b3eab8af |
UTF-8 | 絽滑遣 | 111001111011010110111101111001101011101110010001111010011000000110100011 | e7b5bde6bb91e981a3 |
UHC | ?滑遣 | 0011111111111100110000011100110010111010 | 3ffcc1ccba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)