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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 性繕衰 | 100100001010101110010001010101011001000010001010 | 90ab9155908a |
EUC-JP | 性繕衰 | 110000001010110111000001101101101011111111101010 | c0adc1b6bfea |
UTF-8 | 性繕衰 | 111001101000000010100111111001111011100110010101111010001010000110110000 | e680a7e7b995e8a1b0 |
UHC | 性繕衰 | 111000001111010111100000110010111110000111110001 | e0f5e0cbe1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)