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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竪袖造 | 100100100100011110010001101100111001000110100010 | 924791b391a2 |
EUC-JP | 竪袖造 | 110000111010100011000010101101011100001010100100 | c3a8c2b5c2a4 |
UTF-8 | 竪袖造 | 111001111010101110101010111010001010001010010110111010011000000010100000 | e7abaae8a296e980a0 |
UHC | 竪袖造 | 111000101011010111100010110000001111000011100011 | e2b5e2c0f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)