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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 乳℡?哀?c^ | 10010011111110111000011110000100001111111000100010100011001111110110001101011110 | 93fb87843f88a33f635e |
EUC-JP | 乳??哀?c^ | 110001101111110100111111001111111011000010100101001111110110001101011110 | c6fd3f3fb0a53f635e |
UTF-8 | 乳℡썬哀렍c^ | 1110010010111001101100111110001010000100101000011110110010001101101011001110010110010011100000001110101110100000100011010110001101011110 | e4b9b3e284a1ec8dace59380eba08d635e |
UHC | 乳℡썬哀렍c^ | 111010101110000110100010111001011011110111100011111001001110111010001110101000110110001101011110 | eae1a2e5bde3e4ee8ea3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)