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 | 跪主ッ | 1110011011101100100011101110010110101111 | e6ec8ee5af |
EUC-JP | 跪主ッ | 111011001110111010111100111001111000111010101111 | eceebce78eaf |
UTF-8 | 跪主ッ | 111010001011011110101010111001001011100010111011111011111011110110101111 | e8b7aae4b8bbefbdaf |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)