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 | ?T}?T{^ | 00111111010101000111110100111111010101000111101101011110 | 3f547d3f547b5e |
SJIS-WIN | 奪T}奪T{^ | 100100100100010001010100011111011001001001000100010101000111101101011110 | 9244547d9244547b5e |
EUC-JP | 奪T}奪T{^ | 110000111010010101010100011111011100001110100101010101000111101101011110 | c3a5547dc3a5547b5e |
UTF-8 | 奪T}奪T{^ | 1110010110100101101010100101010001111101111001011010010110101010010101000111101101011110 | e5a5aa547de5a5aa547b5e |
UHC | 奪T}奪T{^ | 111101111010110001010100011111011111011110101100010101000111101101011110 | f7ac547df7ac547b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)