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 | 竪短村巽孫 | 10010010010001111001001001011010100100011011101010010010010001101001000110110111 | 9247925a91ba924691b7 |
EUC-JP | 竪短村巽孫 | 11000011101010001100001110111011110000101011110011000011101001111100001010111001 | c3a8c3bbc2bcc3a7c2b9 |
UTF-8 | 竪短村巽孫 | 111001111010101110101010111001111001111110101101111001101001110110010001111001011011011110111101111001011010110110101011 | e7abaae79fade69d91e5b7bde5adab |
UHC | 竪短村巽孫 | 11100010101101011101001110101101111101011011110111100001110111101110000111011101 | e2b5d3adf5bde1dee1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)