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 | 聆モ磑 | 1110001111010111110100111110000111110100 | e3d7d3e1f4 |
EUC-JP | 聆モ磑 | 111001101101100110001110110100111110001011110110 | e6d98ed3e2f6 |
UTF-8 | 聆モ磑 | 111010001000000110000110111011111011111010010011111001111010001110010001 | e88186efbe93e7a391 |
UHC | 聆?? | 11010110110000000011111100111111 | d6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)