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 | 錺豪し | 111010000100010010001101100010111000001010110101 | e8448d8b82b5 |
EUC-JP | 錺豪し | 111011111010010110111001111010111010010010110111 | efa5b9eba4b7 |
UTF-8 | 錺豪し | 111010011000110010111010111010001011000110101010111000111000000110010111 | e98cbae8b1aae38197 |
UHC | ?豪し | 0011111111111011110111111010101010110111 | 3ffbdfaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)