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 | 聆゙ィ | 11100011110101111101111010101000 | e3d7dea8 |
EUC-JP | 聆゙ィ | 111001101101100110001110110111101000111010101000 | e6d98ede8ea8 |
UTF-8 | 聆゙ィ | 111010001000000110000110111011111011111010011110111011111011110110101000 | e88186efbe9eefbda8 |
UHC | 聆?? | 11010110110000000011111100111111 | d6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)