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 | 弡淵 | 11111010101101111001010110100011 | fab795a3 |
EUC-JP | 弡淵 | 1000111110111100111001001100101010100101 | 8fbce4caa5 |
UTF-8 | 弡淵 | 111001011011110010100001111001101011011110110101 | e5bca1e6b7b5 |
UHC | ?淵 | 001111111110011011010000 | 3fe6d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)