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 | 小邵}小邵{^ | 1000111110101100111001111011100001111101100011111010110011100111101110000111101101011110 | 8face7b87d8face7b87b5e |
EUC-JP | 小邵}小邵{^ | 1011111010101110111011101011101001111101101111101010111011101110101110100111101101011110 | beaeeeba7dbeaeeeba7b5e |
UTF-8 | 小邵}小邵{^ | 111001011011000010001111111010011000001010110101011111011110010110110000100011111110100110000010101101010111101101011110 | e5b08fe982b57de5b08fe982b57b5e |
UHC | 小邵}小邵{^ | 1110000110110011111000011101000001111101111000011011001111100001110100000111101101011110 | e1b3e1d07de1b3e1d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)