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 | 竪束造辰孫 | 10010010010001111001000110101001100100011010001010010010010000111001000110110111 | 924791a991a2924391b7 |
EUC-JP | 竪束造辰孫 | 11000011101010001100001010101011110000101010010011000011101001001100001010111001 | c3a8c2abc2a4c3a4c2b9 |
UTF-8 | 竪束造辰孫 | 111001111010101110101010111001101001110110011111111010011000000010100000111010001011111010110000111001011010110110101011 | e7abaae69d9fe980a0e8beb0e5adab |
UHC | 竪束造辰孫 | 11100010101101011110000111010110111100001110001111110010111000111110000111011101 | e2b5e1d6f0e3f2e3e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)