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 | ?Vn}?Vn{^ | 001111110101011001101110011111010011111101010110011011100111101101011110 | 3f566e7d3f566e7b5e |
SJIS-WIN | 北Vn}北Vn{^ | 1001011001101011010101100110111001111101100101100110101101010110011011100111101101011110 | 966b566e7d966b566e7b5e |
EUC-JP | 北Vn}北Vn{^ | 1100101111001100010101100110111001111101110010111100110001010110011011100111101101011110 | cbcc566e7dcbcc566e7b5e |
UTF-8 | 北Vn}北Vn{^ | 11100101100011001001011101010110011011100111110111100101100011001001011101010110011011100111101101011110 | e58c97566e7de58c97566e7b5e |
UHC | 北Vn}北Vn{^ | 1101110111000001010101100110111001111101110111011100000101010110011011100111101101011110 | ddc1566e7dddc1566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)