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 | 葢簽燻 | 111001001110001011100010110100111110000010001110 | e4e2e2d3e08e |
EUC-JP | 葢簽燻 | 111010001110010011100100110101011101111111101110 | e8e4e4d5dfee |
UTF-8 | 葢簽燻 | 111010001001000110100010111001111011000010111101111001111000011110111011 | e891a2e7b0bde787bb |
UHC | ?簽燻 | 0011111111110100110110001111110110111000 | 3ff4d8fdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)