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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 讚愉D讚愉D^ | 1110011010101011100101101111100101000100111001101010101110010110111110010100010001011110 | e6ab96f944e6ab96f9445e |
EUC-JP | 讚愉D讚愉D^ | 1110110010101101110011001111101101000100111011001010110111001100111110110100010001011110 | ecadccfb44ecadccfb445e |
UTF-8 | 讚愉D讚愉D^ | 111010001010111010011010111001101000010010001001010001001110100010101110100110101110011010000100100010010100010001011110 | e8ae9ae6848944e8ae9ae68489445e |
UHC | 讚愉D讚愉D^ | 1111001111000110111010101111000001000100111100111100011011101010111100000100010001011110 | f3c6eaf044f3c6eaf0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)