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 | ûNv}B | 111110110100111010001010011101100111110101000010 | fb4e8a767d42 |
SJIS-WIN | ?N?v}B | 001111110100111000111111011101100111110101000010 | 3f4e3f767d42 |
EUC-JP | ûN?v}B | 1000111110101011111001010100111000111111011101100111110101000010 | 8fabe54e3f767d42 |
UTF-8 | ûNv}B | 1100001110111011010011101100001010001010011101100111110101000010 | c3bb4ec28a767d42 |
UHC | ?N?v}B | 001111110100111000111111011101100111110101000010 | 3f4e3f767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)