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 | ??D??w??D | 001111110011111101000100001111110011111101110111001111110011111101000100 | 3f3f443f3f773f3f44 |
SJIS-WIN | ?ゥD?ァw?ゥD | 001111111010100101000100001111111010011101110111001111111010100101000100 | 3fa9443fa7773fa944 |
EUC-JP | ?ゥD?ァw?ゥD | 001111111000111010101001010001000011111110001110101001110111011100111111100011101010100101000100 | 3f8ea9443f8ea7773f8ea944 |
UTF-8 | 䵸ゥD䵸ァw䵸ゥD | 111001001011010110111000111011111011110110101001010001001110010010110101101110001110111110111101101001110111011111100100101101011011100011101111101111011010100101000100 | e4b5b8efbda944e4b5b8efbda777e4b5b8efbda944 |
UHC | ??D??w??D | 001111110011111101000100001111110011111101110111001111110011111101000100 | 3f3f443f3f773f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)