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 | 悅ε?悅 | 11111010101111011000001111000011001111111111101010111101 | fabd83c33ffabd |
EUC-JP | ?ε?? | 0011111110100110110001010011111100111111 | 3fa6c53f3f |
UTF-8 | 悅εㄷ悅 | 1110011010000010100001011100111010110101111000111000010010110111111001101000001010000101 | e68285ceb5e384b7e68285 |
UHC | 悅εㄷ悅 | 1110011011101101101001011110010110100100101001111110011011101101 | e6eda5e5a4a7e6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)