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 | 孺?檍?淳 | 1001101101111101001111111001111011111000001111111000111101111110 | 9b7d3f9ef83f8f7e |
EUC-JP | 孺?檍?淳 | 1101010111011110001111111101110011111010001111111011110111011111 | d5de3fdcfa3fbddf |
UTF-8 | 孺렱檍렦淳 | 111001011010110110111010111010111010000010110001111001101010101010001101111010111010000010100110111001101011011110110011 | e5adbaeba0b1e6aa8deba0a6e6b7b3 |
UHC | 孺렱檍렦淳 | 11101010111010001000111010111110111001011110010110001110101101011110001011101000 | eae88ebee5e58eb5e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)