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 | ?須? | 00111111100100000111101100111111 | 3f907b3f |
EUC-JP | 洹須洹 | 1000111111000111101110101011111111011100100011111100011110111010 | 8fc7babfdc8fc7ba |
UTF-8 | 洹須洹 | 111001101011010010111001111010011010000010001000111001101011010010111001 | e6b4b9e9a088e6b4b9 |
UHC | 洹須洹 | 111010101011011111100010110011101110101010110111 | eab7e2ceeab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)