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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?脹?寡 | 001111111001001010101111001111111000100111000111 | 3f92af3f89c7 |
EUC-JP | ?脹?寡 | 001111111100010010110001001111111011001011001001 | 3fc4b13fb2c9 |
UTF-8 | 뤚脹쿱寡 | 111010111010010010011010111010001000010010111001111011001011111110110001111001011010111110100001 | eba49ae884b9ecbfb1e5afa1 |
UHC | 뤚脹쿱寡 | 1000111111001001111100111110110011000100111100101100110111111011 | 8fc9f3ecc4f2cdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)