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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 種?重?荻 | 1000111011101101001111111000111101100100001111111000100110101100 | 8eed3f8f643f89ac |
EUC-JP | 種?重?荻 | 1011110011101111001111111011110111000101001111111011001010101110 | bcef3fbdc53fb2ae |
UTF-8 | 種렓重렑荻 | 111001111010100010101110111010111010000010010011111010011000011110001101111010111010000010010001111010001000110110111011 | e7a8aeeba093e9878deba091e88dbb |
UHC | 種렓重렑荻 | 11110000111110101000111010101000111100011110110010001110101001101110111011100010 | f0fa8ea8f1ec8ea6eee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)