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 | 羈褐さ | 111000111011000110001010100011001000001010110011 | e3b18a8c82b3 |
EUC-JP | 羈褐さ | 111001101011001110110011111011001010010010110101 | e6b3b3eca4b5 |
UTF-8 | 羈褐さ | 111001111011111010001000111010001010010010010000111000111000000110010101 | e7be88e8a490e38195 |
UHC | 羈褐さ | 110100011011110011001010111010001010101010110101 | d1bccae8aab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)