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 | 羈k薫踝 | 1110001110110001100000101000101110001100010011111110011011110100 | e3b1828b8c4fe6f4 |
EUC-JP | 羈k薫踝 | 1110011010110011101000111110101110110111101100001110110011110110 | e6b3a3ebb7b0ecf6 |
UTF-8 | 羈k薫踝 | 111001111011111010001000111011111011110110001011111010001001011010101011111010001011100010011101 | e7be88efbd8be896abe8b89d |
UHC | 羈k?? | 110100011011110010100011111010110011111100111111 | d1bca3eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)