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 | 垰姆垰 | 100110101011100110011011010001111001101010111001 | 9ab99b479ab9 |
EUC-JP | 垰姆垰 | 110101001011101111010101101010001101010010111011 | d4bbd5a8d4bb |
UTF-8 | 垰姆垰 | 111001011001111010110000111001011010011110000110111001011001111010110000 | e59eb0e5a786e59eb0 |
UHC | ?姆? | 00111111110110011011010100111111 | 3fd9b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)