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 | 竪但則辰村 | 10010010010001111001001001000001100100011010010110010010010000111001000110111010 | 9247924191a5924391ba |
EUC-JP | 竪但則辰村 | 11000011101010001100001110100010110000101010011111000011101001001100001010111100 | c3a8c3a2c2a7c3a4c2bc |
UTF-8 | 竪但則辰村 | 111001111010101110101010111001001011110110000110111001011000100110000111111010001011111010110000111001101001110110010001 | e7abaae4bd86e58987e8beb0e69d91 |
UHC | 竪但則辰村 | 11100010101101011101001110100011111101101100111011110010111000111111010110111101 | e2b5d3a3f6cef2e3f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)