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 | ?Vy | 001111110101011001111001 | 3f5679 |
SJIS-WIN | 北Vy | 10010110011010110101011001111001 | 966b5679 |
EUC-JP | 北Vy | 11001011110011000101011001111001 | cbcc5679 |
UTF-8 | 北Vy | 1110010110001100100101110101011001111001 | e58c975679 |
UHC | 北Vy | 11011101110000010101011001111001 | ddc15679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)