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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | マ蛩マ蛔^ | 1111000111000010110011111110010101111101111100011100001011001111111001010111101101011110 | f1c2cfe57df1c2cfe57b5e |
EUC-JP | ?マ蛩?マ蛔^ | 0011111110001110110011111110100111011110001111111000111011001111111010011101110001011110 | 3f8ecfe9de3f8ecfe9dc5e |
UTF-8 | マ蛩マ蛔^ | 11101110100001001011110111101111101111101000111111101000100110111010100111101110100001001011110111101111101111101000111111101000100110111001010001011110 | ee84bdefbe8fe89ba9ee84bdefbe8fe89b945e |
UHC | ?????蛔^ | 0011111100111111001111110011111100111111111111001110111001011110 | 3f3f3f3f3ffcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)