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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 糢釐 | 11100010111101011110011111011000 | e2f5e7d8 |
EUC-JP | 糢釐 | 11100100111101111110111011011010 | e4f7eeda |
UTF-8 | 糢釐 | 111001111011001110100010111010011000011110010000 | e7b3a2e98790 |
UHC | ?釐 | 001111111101011111101101 | 3fd7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)