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 | ?????y | 001111110011111100111111001111110011111101111001 | 3f3f3f3f3f79 |
SJIS-WIN | ティテ古、y | 11000011101010001100001110001100110000111010010001111001 | c3a8c38cc3a479 |
EUC-JP | ティテ古、y | 1000111011000011100011101010100010001110110000111011100011000101100011101010010001111001 | 8ec38ea88ec3b8c58ea479 |
UTF-8 | ティテ古、y | 11101111101111101000001111101111101111011010100011101111101111101000001111100101100011111010010011101111101111011010010001111001 | efbe83efbda8efbe83e58fa4efbda479 |
UHC | ???古?y | 00111111001111110011111111001101101011110011111101111001 | 3f3f3fcdaf3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)