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 | 竪揃贈棚尊 | 10010010010001111001000110110101100100011010000110010010010010011001000110111000 | 924791b591a1924991b8 |
EUC-JP | 竪揃贈棚尊 | 11000011101010001100001010110111110000101010001111000011101010101100001010111010 | c3a8c2b7c2a3c3aac2ba |
UTF-8 | 竪揃贈棚尊 | 111001111010101110101010111001101000111110000011111010001011010010001000111001101010001110011010111001011011000010001010 | e7abaae68f83e8b488e6a39ae5b08a |
UHC | 竪?贈棚尊 | 111000101011010100111111111100011111110011011101110111001111000011101110 | e2b53ff1fcdddcf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)