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 | 但痾∴ | 100100100100000111100001011111011000000110001000 | 9241e17d8188 |
EUC-JP | 但痾∴ | 110000111010001011100001110111101010000111101000 | c3a2e1dea1e8 |
UTF-8 | 但痾∴ | 111001001011110110000110111001111001011110111110111000101000100010110100 | e4bd86e797bee288b4 |
UHC | 但?∴ | 1101001110100011001111111010000111000101 | d3a33fa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)