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^ | 1111101101010001100010100110111001000100111110110101000110001010011011100100010001011110 | fb518a6e44fb518a6e445e |
EUC-JP | 炅穫D炅穫D^ | 10001111110010011100101010110011110011110100010010001111110010011100101010110011110011110100010001011110 | 8fc9cab3cf448fc9cab3cf445e |
UTF-8 | 炅穫D炅穫D^ | 111001111000001010000101111001111010100110101011010001001110011110000010100001011110011110101001101010110100010001011110 | e78285e7a9ab44e78285e7a9ab445e |
UHC | 炅穫D炅穫D^ | 1100110011011101111111001010111001000100110011001101110111111100101011100100010001011110 | ccddfcae44ccddfcae445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)