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 | 竪他足辰尊 | 10010010010001111001000110111100100100011010101110010010010000111001000110111000 | 924791bc91ab924391b8 |
EUC-JP | 竪他足辰尊 | 11000011101010001100001010111110110000101010110111000011101001001100001010111010 | c3a8c2bec2adc3a4c2ba |
UTF-8 | 竪他足辰尊 | 111001111010101110101010111001001011101110010110111010001011011010110011111010001011111010110000111001011011000010001010 | e7abaae4bb96e8b6b3e8beb0e5b08a |
UHC | 竪他足辰尊 | 11100010101101011111011011100010111100001110101111110010111000111111000011101110 | e2b5f6e2f0ebf2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)