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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 奛セ闔ケ質^ | 111110101010000110111110111010001000111010111001100011101011111101011110 | faa1bee88eb98ebf5e |
EUC-JP | 奛セ闔ケ質^ | 100011111011100011110111100011101011111011101111111011101000111010111001101111001100000101011110 | 8fb8f78ebeefee8eb9bcc15e |
UTF-8 | 奛セ闔ケ質^ | 11100101101001011001101111101111101111011011111011101001100101111001010011101111101111011011100111101000101100111010101001011110 | e5a59befbdbee99794efbdb9e8b3aa5e |
UHC | ??闔?質^ | 0011111100111111111110011110111100111111111100101111010101011110 | 3f3ff9ef3ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)