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 | 粫西}粫西{^ | 1110001011100110100100001011110001111101111000101110011010010000101111000111101101011110 | e2e690bc7de2e690bc7b5e |
EUC-JP | 粫西}粫西{^ | 1110010011101000110000001011111001111101111001001110100011000000101111100111101101011110 | e4e8c0be7de4e8c0be7b5e |
UTF-8 | 粫西}粫西{^ | 111001111011001010101011111010001010010110111111011111011110011110110010101010111110100010100101101111110111101101011110 | e7b2abe8a5bf7de7b2abe8a5bf7b5e |
UHC | ?西}?西{^ | 001111111110000010100100011111010011111111100000101001000111101101011110 | 3fe0a47d3fe0a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)