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 | 豺]H | 1110100010110001101110100101110101001000 | e8b1ba5d48 |
SJIS-WIN | ?±?]H | 001111111000000101111101001111110101110101001000 | 3f817d3f5d48 |
EUC-JP | 豺]H | 10001111101010111011001010100001110111101000111110100010111010110101110101001000 | 8fabb2a1de8fa2eb5d48 |
UTF-8 | 豺]H | 1100001110101000110000101011000111000010101110100101110101001000 | c3a8c2b1c2ba5d48 |
UHC | ?±º]H | 00111111101000011011111010101000101011000101110101001000 | 3fa1bea8ac5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)