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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | レ惲ア\ | 11110010101101111101101011111010110000101011000101011100 | f2b7dafac2b15c |
EUC-JP | ?レ惲ア\ | 001111111000111011011010100011111011111010110011100011101011000101011100 | 3f8eda8fbeb38eb15c |
UTF-8 | レ惲ア\ | 11101110100001111010111011101111101111101001101011100110100000111011001011101111101111011011000101011100 | ee87aeefbe9ae683b2efbdb15c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)