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^ | 1110100010101101111000101100011101000100111010001010110111100010110001110100010001011110 | e8ade2c744e8ade2c7445e |
EUC-JP | 隴簓D隴簓D^ | 1111000010101111111001001100100101000100111100001010111111100100110010010100010001011110 | f0afe4c944f0afe4c9445e |
UTF-8 | 隴簓D隴簓D^ | 111010011001101010110100111001111011000010010011010001001110100110011010101101001110011110110000100100110100010001011110 | e99ab4e7b09344e99ab4e7b093445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)