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 | 襄句ァ灘 | 11100101111101011000101111100101101001111001001111100101 | e5f58be5a793e5 |
EUC-JP | 襄句ァ灘 | 1110101011110111101101101110011110001110101001111100011011100111 | eaf7b6e78ea7c6e7 |
UTF-8 | 襄句ァ灘 | 111010001010010110000100111001011000111110100101111011111011110110100111111001111000000110011000 | e8a584e58fa5efbda7e78198 |
UHC | 襄句?灘 | 11100101110100011100111110100011001111111111011110101000 | e5d1cfa33ff7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)