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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 吹北}吹北{^ | 1001000010000001100101100110101101111101100100001000000110010110011010110111101101011110 | 9081966b7d9081966b7b5e |
EUC-JP | 吹北}吹北{^ | 1011111111100001110010111100110001111101101111111110000111001011110011000111101101011110 | bfe1cbcc7dbfe1cbcc7b5e |
UTF-8 | 吹北}吹北{^ | 111001011001000010111001111001011000110010010111011111011110010110010000101110011110010110001100100101110111101101011110 | e590b9e58c977de590b9e58c977b5e |
UHC | 吹北}吹北{^ | 1111011010100011110111011100000101111101111101101010001111011101110000010111101101011110 | f6a3ddc17df6a3ddc17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)