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 | 﨤摘 | 11111011101100111001001101000101 | fbb39345 |
EUC-JP | ?摘 | 001111111100010110100110 | 3fc5a6 |
UTF-8 | 﨤摘 | 111011111010100010100100111001101001000110011000 | efa8a4e69198 |
UHC | ?摘 | 001111111110111011010111 | 3feed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)