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 | 運莎貿 | 100010010101111011100100101100111001011001100110 | 895ee4b39666 |
EUC-JP | 運莎貿 | 101100011011111111101000101101011100101111000111 | b1bfe8b5cbc7 |
UTF-8 | 運莎貿 | 111010011000000110001011111010001000111010001110111010001011001010111111 | e9818be88e8ee8b2bf |
UHC | 運莎貿 | 111010101010000111011110111011011101100111110101 | eaa1deedd9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)