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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譴ッ寬ゥ | 111001101010001010101111111110101010101010101001 | e6a2affaaaa9 |
EUC-JP | 譴ッ?ゥ | 11101100101001001000111010101111001111111000111010101001 | eca48eaf3f8ea9 |
UTF-8 | 譴ッ寬ゥ | 111010001010110110110100111011111011110110101111111001011010111110101100111011111011110110101001 | e8adb4efbdafe5afacefbda9 |
UHC | 譴?寬? | 110011001011100100111111110011101011000000111111 | ccb93fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)