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 | ?}?{??Q] | 0011111101111101001111110111101100111111001111110101000101011101 | 3f7d3f7b3f3f515d |
SJIS-WIN | 叩}叩{竪鱈Q] | 100100100100000001111101100100100100000001111011100100100100011110010010010011000101000101011101 | 92407d92407b9247924c515d |
EUC-JP | 叩}叩{竪鱈Q] | 110000111010000101111101110000111010000101111011110000111010100011000011101011010101000101011101 | c3a17dc3a17bc3a8c3ad515d |
UTF-8 | 叩}叩{竪鱈Q] | 11100101100011111010100101111101111001011000111110101001011110111110011110101011101010101110100110110001100010000101000101011101 | e58fa97de58fa97be7abaae9b188515d |
UHC | 叩}叩{竪?Q] | 1100110110110000011111011100110110110000011110111110001010110101001111110101000101011101 | cdb07dcdb07be2b53f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)