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 | 嵭萍}嵭萍{^ | 1111101010110011111001001100101001111101111110101011001111100100110010100111101101011110 | fab3e4ca7dfab3e4ca7b5e |
EUC-JP | 嵭萍}嵭萍{^ | 10001111101110111101111011101000110011000111110110001111101110111101111011101000110011000111101101011110 | 8fbbdee8cc7d8fbbdee8cc7b5e |
UTF-8 | 嵭萍}嵭萍{^ | 111001011011010110101101111010001001000010001101011111011110010110110101101011011110100010010000100011010111101101011110 | e5b5ade8908d7de5b5ade8908d7b5e |
UHC | ?萍}?萍{^ | 001111111111100011000011011111010011111111111000110000110111101101011110 | 3ff8c37d3ff8c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)