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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 竪孫EE | 100100100100011110010001101101110100010101000101 | 924791b74545 |
EUC-JP | 竪孫EE | 110000111010100011000010101110010100010101000101 | c3a8c2b94545 |
UTF-8 | 竪孫EE | 1110011110101011101010101110010110101101101010110100010101000101 | e7abaae5adab4545 |
UHC | 竪孫EE | 111000101011010111100001110111010100010101000101 | e2b5e1dd4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)