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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 垰瀾垰婀B | 100110101011100111100000011100001001101010111001100110110101001101000010 | 9ab9e0709ab99b5342 |
EUC-JP | 垰瀾垰婀B | 110101001011101111011111110100011101010010111011110101011011010001000010 | d4bbdfd1d4bbd5b442 |
UTF-8 | 垰瀾垰婀B | 11100101100111101011000011100111100000001011111011100101100111101011000011100101101010011000000001000010 | e59eb0e780bee59eb0e5a98042 |
UHC | ?瀾??B | 001111111101010110110011001111110011111101000010 | 3fd5b33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)